wt.content
Class ContentItem
java.lang.Object
wt.fc.WTObject
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. |
ROLE
public static final String ROLE
- Label for the attribute.
Supported API: true
- See Also:
- Constant Field Values
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