Interface LetterEdit
- All Superinterfaces:
BaseEdit,BaseForm,BaseSpec,ChainKindSpec,ChainTypeSpec,ContactListSpec,LetterSourceDescriptionEdit,LetterSourceSpec
- All Known Subinterfaces:
CreateLetterForm
public interface LetterEdit
extends ChainTypeSpec, LetterSourceSpec, ContactListSpec, LetterSourceDescriptionEdit
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetIsDefault(String isDefault) voidsetLetterName(String letterName) voidsetSortOrder(String sortOrder) Methods inherited from interface com.echothree.util.common.form.BaseForm
get, get, getFormName, getLimits, getOptions, getPreferredClobMimeTypeName, getTransferProperties, reset, set, set, setFormName, setLimits, setOptions, setPreferredClobMimeTypeName, setTransferProperties, toStringMethods inherited from interface com.echothree.control.user.chain.common.spec.ChainKindSpec
getChainKindName, setChainKindNameMethods inherited from interface com.echothree.control.user.chain.common.spec.ChainTypeSpec
getChainTypeName, setChainTypeNameMethods inherited from interface com.echothree.control.user.contactlist.common.spec.ContactListSpec
getContactListName, setContactListNameMethods inherited from interface com.echothree.control.user.letter.common.edit.LetterSourceDescriptionEdit
getDescription, setDescriptionMethods inherited from interface com.echothree.control.user.letter.common.spec.LetterSourceSpec
getLetterSourceName, setLetterSourceName
-
Method Details
-
getLetterName
-
setLetterName
-
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-