|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines a default set of data to load into a WTContainer
Supported API: true
Extendable: false
ContainerTemplateService
Field Summary | |
static String |
CONTAINER_CLASS_NAME
Label for the attribute. |
static String |
DESCRIPTION
Label for the attribute. |
static String |
ENABLED
Label for the attribute. |
static String |
NAME
Label for the attribute. |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Method Summary | |
String |
getContainerClassName()
Gets the value of the attribute: CONTAINER_CLASS_NAME. |
String |
getDescription()
Gets the value of the attribute: DESCRIPTION. |
String |
getName()
Gets the value of the attribute: NAME. |
boolean |
isEnabled()
Gets the value of the attribute: ENABLED. |
void |
setContainerClassName(String a_ContainerClassName)
Sets the value of the attribute: CONTAINER_CLASS_NAME. |
void |
setDescription(String a_Description)
Sets the value of the attribute: DESCRIPTION. |
void |
setEnabled(boolean a_Enabled)
Sets the value of the attribute: ENABLED. |
void |
setName(String a_Name)
Sets the value of the attribute: NAME. |
Methods inherited from interface wt.fc.Persistable |
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo |
Methods inherited from interface wt.fc.ObjectMappable |
readExternal, writeExternal |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo, getConceptualClassname |
Field Detail |
public static final String NAME
public static final String DESCRIPTION
public static final String ENABLED
public static final String CONTAINER_CLASS_NAME
Method Detail |
public String getName()
public void setName(String a_Name) throws WTPropertyVetoException
a_Name
-
WTPropertyVetoException
public String getDescription()
public void setDescription(String a_Description) throws WTPropertyVetoException
a_Description
-
WTPropertyVetoException
public boolean isEnabled()
public void setEnabled(boolean a_Enabled) throws WTPropertyVetoException
a_Enabled
-
WTPropertyVetoException
public String getContainerClassName()
public void setContainerClassName(String a_ContainerClassName) throws WTPropertyVetoException
a_ContainerClassName
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |