wt.content
Class ContentItem

java.lang.Object
  extended by wt.fc.WTObject
      extended by wt.content.ContentItem
All Implemented Interfaces:
Externalizable, Serializable, wt.fc.BusinessInformation, NetFactor, ObjectMappable, Persistable, DisplayIdentification
Direct Known Subclasses:
ApplicationData, URLData

public abstract class ContentItem
extends WTObject
implements wt.fc.BusinessInformation, Externalizable

This is the abstract class that represents a single piece of content.

Supported API: true

Extendable: false

See Also:
ContentService, ContentHelper, ApplicationData, URLData, Serialized Form

Field Summary
static String ROLE
          Label for the attribute.
 
Method Summary
 ContentRoleType getRole()
          Gets the object for the association that plays role: ROLE.
 void setRole(ContentRoleType a_Role)
          Sets the object for the association that plays role: ROLE.
 
Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ROLE

public static final String ROLE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getRole

public ContentRoleType getRole()
Gets the object for the association that plays role: ROLE.

Supported API: true

Returns:
ContentRoleType

setRole

public void setRole(ContentRoleType a_Role)
             throws WTPropertyVetoException
Sets the object for the association that plays role: ROLE.

Supported API: true

Parameters:
a_Role -
Throws:
WTPropertyVetoException