Package wt.annotation
Class _AnnotationSet
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.enterprise._CabinetManaged
wt.enterprise.CabinetManaged
wt.annotation._AnnotationSet
- All Implemented Interfaces:
Externalizable,Serializable,wt.access._AccessControlled,wt.access._AccessControlList,wt.access._AdHocControlled,wt.access._PolicyAccessControlled,wt.access._SecurityLabeled,AccessControlled,wt.access.AccessControlList,AdHocControlled,wt.access.PolicyAccessControlled,SecurityLabeled,wt.admin._DomainAdministered,DomainAdministered,wt.change2._SupportingMaterial,SupportingMaterial,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,wt.fc.archive._Archiveable,wt.fc.archive.Archiveable,NetFactor,ObjectMappable,Persistable,wt.folder._CabinetBased,wt.folder._CabinetMember,wt.folder._FolderEntry,wt.folder._FolderServiceManaged,CabinetBased,CabinetMember,FolderEntry,wt.folder.FolderServiceManaged,DisplayIdentification,wt.index._Indexable,Indexable,wt.inf.container._WTContained,WTContained,_LifeCycleManaged,LifeCycleManaged,wt.notify._Notifiable,Notifiable,wt.ownership._Ownable,wt.ownership.Ownable,wt.recent.RecentlyVisited,_TeamManaged,TeamManaged
- Direct Known Subclasses:
AnnotationSet
public abstract class _AnnotationSet
extends CabinetManaged
implements WTContained, SupportingMaterial, Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSupported API: truestatic final StringSupported API: truestatic final StringSupported API: trueFields inherited from interface wt.lifecycle._LifeCycleManaged
LIFE_CYCLE_STATE, STATEFields inherited from interface wt.team._TeamManaged
TEAM_ID, TEAM_TEMPLATE_ID -
Method Summary
Modifier and TypeMethodDescriptionSupported API: truegetName()Supported API: truebooleanSupported API: truevoidsetDescription(String description) Supported API: truevoidsetIsApplied(boolean isApplied) Supported API: truevoidSupported API: trueMethods inherited from class wt.enterprise._CabinetManaged
getLifeCycleState, getState, getTeamId, getTeamTemplateIdMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
NAME
Supported API: true- See Also:
-
DESCRIPTION
Supported API: true- See Also:
-
IS_APPLIED
Supported API: true- See Also:
-
-
Method Details
-
getName
Supported API: true- Specified by:
getNamein interfaceCabinetBased- Overrides:
getNamein classCabinetManaged- Returns:
- String
- See Also:
-
setName
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-
getDescription
Supported API: true- See Also:
-
setDescription
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-
isIsApplied
public boolean isIsApplied()Supported API: true- See Also:
-
setIsApplied
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-