|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An object that implements the Templateable interface has the potential
of being a template.
For ex:- WTPart or a WTDocument class could implement the Templateable
interface and its object could either be a Normal Part/Document or a
PartTemplate/ DocumentTemplate
Supported API: false
Extendable: false
Field Summary | |
static String |
TEMPLATE
Label for the attribute. |
static String |
TEMPLATED
Label for the attribute; a boolean attribute indicating whether template or not( derived attribute) Supported API: false |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Method Summary | |
TemplateInfo |
getTemplate()
Gets the object for the association that plays role: TEMPLATE. |
boolean |
isTemplated()
Gets the value of the attribute: TEMPLATED. |
void |
setTemplate(TemplateInfo a_Template)
Sets the object for the association that plays role: TEMPLATE. |
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 TEMPLATED
public static final String TEMPLATE
Method Detail |
public boolean isTemplated()
public TemplateInfo getTemplate()
public void setTemplate(TemplateInfo a_Template) throws WTPropertyVetoException
a_Template
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |