wt.viewmarkup
Interface MarkUp

All Superinterfaces:
ContentHolder, FormatContentHolder, Lockable, NetFactor, ObjectMappable, Persistable, Serializable
All Known Implementing Classes:
WTMarkUp

public interface MarkUp
extends FormatContentHolder, Lockable

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

DESCRIPTION

public static final String DESCRIPTION
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

ADDITIONAL_INFO

public static final String ADDITIONAL_INFO
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

NAME

public static final String NAME
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

MARK_UP_TYPE

public static final String MARK_UP_TYPE
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getDescription

public String getDescription()
Gets the value of the attribute: DESCRIPTION.

Supported API: false

Returns:
String

setDescription

public void setDescription(String a_Description)
                    throws WTPropertyVetoException
Sets the value of the attribute: DESCRIPTION.

Supported API: false

Parameters:
a_Description -
Throws:
WTPropertyVetoException

getAdditionalInfo

public String getAdditionalInfo()
Gets the value of the attribute: ADDITIONAL_INFO.

Supported API: false

Returns:
String

setAdditionalInfo

public void setAdditionalInfo(String a_AdditionalInfo)
                       throws WTPropertyVetoException
Sets the value of the attribute: ADDITIONAL_INFO.

Supported API: false

Parameters:
a_AdditionalInfo -
Throws:
WTPropertyVetoException

getName

public String getName()
Gets the value of the attribute: NAME.

Supported API: false

Returns:
String

setName

public void setName(String a_Name)
             throws WTPropertyVetoException
Sets the value of the attribute: NAME.

Supported API: false

Parameters:
a_Name -
Throws:
WTPropertyVetoException

getMarkUpType

public MarkUpType getMarkUpType()
Gets the object for the association that plays role: MARK_UP_TYPE.

Supported API: false

Returns:
MarkUpType

setMarkUpType

public void setMarkUpType(MarkUpType a_MarkUpType)
                   throws WTPropertyVetoException
Sets the object for the association that plays role: MARK_UP_TYPE.

Supported API: false

Parameters:
a_MarkUpType -
Throws:
WTPropertyVetoException

getIdentity

public String getIdentity()


Supported API: false

Specified by:
getIdentity in interface Persistable
Returns:
String