wt.team
Class TeamTemplateCache.TeamTemplateEntry

java.lang.Object
  extended bywt.fc.WTObject
      extended bywt.team.WTRoleHolder2
          extended bywt.team.WTActorRoleHolder2
              extended bywt.team.TeamTemplate
                  extended bywt.team.TeamTemplateCache.TeamTemplateEntry
All Implemented Interfaces:
AccessControlled, AccessControlList, ActorRoleHolder2, AdHocControlled, BusinessInformation, CabinetBased, DisplayIdentification, DomainAdministered, Externalizable, Foldered, FolderEntry, FolderServiceManaged, Identified, NetFactor, Notifiable, ObjectMappable, Ownable, Persistable, RecentlyVisited, RoleHolder2, Serializable, WTContained
Enclosing class:
TeamTemplateCache

static class TeamTemplateCache.TeamTemplateEntry
extends TeamTemplate
implements Externalizable


Field Summary
(package private)  TeamTemplate template
           
 
Fields inherited from class wt.team.TeamTemplate
CONTAINER, DESCRIPTION, ENABLED, EXTERNALIZATION_VERSION_UID, LEFTPAREN, NAME, OLD_FORMAT_VERSION_UID, R60_EXTERNALIZATION_VERSION_UID, RIGHTPAREN, SEPARATOR, serialVersionUID
 
Fields inherited from class wt.team.WTActorRoleHolder2
 
Fields inherited from class wt.team.WTRoleHolder2
CATEGORY
 
Fields inherited from class wt.fc.WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMP
 
Fields inherited from interface wt.notify.Notifiable
EVENT_SET
 
Fields inherited from interface wt.admin.DomainAdministered
DOMAIN_REF, INHERITED_DOMAIN
 
Fields inherited from interface wt.ownership.Ownable
OWNERSHIP
 
Fields inherited from interface wt.fc.Persistable
IDENTITY, PERSIST_INFO, TYPE
 
Fields inherited from interface wt.folder.Foldered
CABINET, CABINET_NAME, FOLDERING_INFO
 
Fields inherited from interface wt.folder.CabinetBased
CABINET_REFERENCE, FOLDER_PATH, LOCATION
 
Fields inherited from interface wt.fc.BusinessInformation
BUSINESS_TYPE, IDENTITY
 
Fields inherited from interface wt.access.AdHocControlled
ENTRY_SET
 
Fields inherited from interface wt.inf.container.WTContained
CONTAINER_ID, CONTAINER_NAME, CONTAINER_REFERENCE
 
Fields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE
 
Constructor Summary
TeamTemplateCache.TeamTemplateEntry()
           
TeamTemplateCache.TeamTemplateEntry(TeamTemplate template)
           
 
Method Summary
 TeamTemplate getTeamTemplate()
           
 String toString()
          If the object has been persisted, return it's ObjectIdentifier.
 
Methods inherited from class wt.team.TeamTemplate
equals, getBusinessType, getCabinet, getCabinetName, getCabinetReference, getConceptualClassname, getContainer, getContainerName, getContainerReference, getDescription, getDomainRef, getEntrySet, getEventSet, getFolderingInfo, getFolderPath, getIdentificationObject, getIdentity, getKey, getLocation, getName, getOwnership, hashCode, initialize, isEnabled, isInheritedDomain, newTeamTemplate, readExternal, readExternal, readVersion, setContainer, setContainerReference, setDescription, setDomainRef, setEnabled, setEntrySet, setEventSet, setFolderingInfo, setInheritedDomain, setName, setOwnership, setTeamTemplateIdentity, setTeamTemplateLocation, writeExternal, writeExternal
 
Methods inherited from class wt.team.WTActorRoleHolder2
addActorRole, deleteActorRoleTarget, deleteRole, getActorRoleTarget, getReadOnlyRoleActorRoleMap, getRoleActorRoleMap, getRoles, readVersion, setRoleActorRoleMap
 
Methods inherited from class wt.team.WTRoleHolder2
addPool, addPrincipal, deletePoolTarget, deletePrincipalTarget, getCategory, getMembers, getPoolTarget, getPrincipalTarget, getReadOnlyRolePrincipalMap, getRolePrincipalMap, readVersion, setCategory, setRolePrincipalMap
 
Methods inherited from class wt.fc.WTObject
checkAttributes, duplicate, finalize, getClassInfo, getCreateTimestamp, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getModifyTimestamp, getPersistInfo, getType, readVersion, setPersistInfo
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 
Methods inherited from interface wt.fc.NetFactor
getClassInfo
 
Methods inherited from interface wt.fc.Persistable
checkAttributes, getPersistInfo, getType, setPersistInfo
 
Methods inherited from interface wt.team.RoleHolder2
addPool, addPrincipal, deletePoolTarget, deletePrincipalTarget, getPoolTarget, getPrincipalTarget
 

Field Detail

template

TeamTemplate template
Constructor Detail

TeamTemplateCache.TeamTemplateEntry

public TeamTemplateCache.TeamTemplateEntry()

TeamTemplateCache.TeamTemplateEntry

public TeamTemplateCache.TeamTemplateEntry(TeamTemplate template)
Method Detail

getTeamTemplate

public TeamTemplate getTeamTemplate()

toString

public String toString()
Description copied from class: WTObject
If the object has been persisted, return it's ObjectIdentifier. If it has not yet been persisted, simply return it's conceptual (modeled) name.

Overrides:
toString in class WTObject
Returns:
String