|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a user markup of a Viewable.
Supported API: false
Extendable: false
Field Summary | |
static String |
ADDITIONAL_INFO
Label for the attribute. |
static String |
DESCRIPTION
Label for the attribute. |
static String |
MARK_UP_TYPE
Label for the attribute. |
static String |
NAME
Label for the attribute. |
Fields inherited from interface wt.content.FormatContentHolder |
FORMAT, FORMAT_NAME, PRIMARY |
Fields inherited from interface wt.content.ContentHolder |
CONTENT_VECTOR, HAS_CONTENTS, HTTP_VECTOR, OPERATION |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Fields inherited from interface wt.locks.Lockable |
LOCK, LOCK_DATE, LOCK_NOTE, LOCKED, LOCKER, LOCKER_EMAIL, LOCKER_FULL_NAME, LOCKER_NAME |
Method Summary | |
String |
getAdditionalInfo()
Gets the value of the attribute: ADDITIONAL_INFO. |
String |
getDescription()
Gets the value of the attribute: DESCRIPTION. |
String |
getIdentity()
Supported API: false |
MarkUpType |
getMarkUpType()
Gets the object for the association that plays role: MARK_UP_TYPE. |
String |
getName()
Gets the value of the attribute: NAME. |
void |
setAdditionalInfo(String a_AdditionalInfo)
Sets the value of the attribute: ADDITIONAL_INFO. |
void |
setDescription(String a_Description)
Sets the value of the attribute: DESCRIPTION. |
void |
setMarkUpType(MarkUpType a_MarkUpType)
Sets the object for the association that plays role: MARK_UP_TYPE. |
void |
setName(String a_Name)
Sets the value of the attribute: NAME. |
Methods inherited from interface wt.content.FormatContentHolder |
getFormat, getFormatName, getPrimary, setFormat, setPrimary |
Methods inherited from interface wt.content.ContentHolder |
getContentVector, getHttpVector, getOperation, isHasContents, setContentVector, setHasContents, setHttpVector, setOperation |
Methods inherited from interface wt.fc.Persistable |
checkAttributes, getPersistInfo, getType, setPersistInfo |
Methods inherited from interface wt.fc.ObjectMappable |
readExternal, writeExternal |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo, getConceptualClassname |
Methods inherited from interface wt.locks.Lockable |
getLock, getLockDate, getLocker, getLockerEMail, getLockerFullName, getLockerName, getLockNote, isLocked, setLock |
Field Detail |
public static final String DESCRIPTION
public static final String ADDITIONAL_INFO
public static final String NAME
public static final String MARK_UP_TYPE
Method Detail |
public String getDescription()
public void setDescription(String a_Description) throws WTPropertyVetoException
a_Description
-
WTPropertyVetoException
public String getAdditionalInfo()
public void setAdditionalInfo(String a_AdditionalInfo) throws WTPropertyVetoException
a_AdditionalInfo
-
WTPropertyVetoException
public String getName()
public void setName(String a_Name) throws WTPropertyVetoException
a_Name
-
WTPropertyVetoException
public MarkUpType getMarkUpType()
public void setMarkUpType(MarkUpType a_MarkUpType) throws WTPropertyVetoException
a_MarkUpType
-
WTPropertyVetoException
public String getIdentity()
getIdentity
in interface Persistable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |