Package wt.team
Class TeamTemplateReference
java.lang.Object
wt.fc._ObjectReference
wt.fc.ObjectReference
wt.fc._CachedObjectReference
wt.fc.CachedObjectReference
wt.team._TeamTemplateReference
wt.team.TeamTemplateReference
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,_WTReference,NetFactor,ObjectMappable,WTReference,Evolvable
@GenAsObjectMappable(superClass=CachedObjectReference.class,versions=474185184433863156L,properties={@GeneratedProperty(name="name",type=java.lang.String.class,javaDoc="TeamTemplate name inflated from the cache.",accessors=@PropertyAccessors(setAccess=PRIVATE),columnProperties=@ColumnProperties(persistent=false)),@GeneratedProperty(name="identity",type=java.lang.String.class,javaDoc="Team template identity value inflated from the cache",accessors=@PropertyAccessors(setAccess=PRIVATE),columnProperties=@ColumnProperties(persistent=false)),@GeneratedProperty(name="object",type=TeamTemplate.class,concrete=false,accessors=@PropertyAccessors(getAccess=PRIVATE,setExceptions={}),constraints=@PropertyConstraints(required=false),columnProperties=@ColumnProperties(persistent=false))})
public class TeamTemplateReference
extends wt.team._TeamTemplateReference
TeamTemplateReference is a specialization of
CachedObjectReference
to provide type safe references and access to the name/identity attribute
without instantiating the object.
Use the newTeamTemplateReference static factory method(s),
not the TeamTemplateReference constructor, to construct
instances of this class. Instances must be constructed using the static
factory(s), in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class wt.fc._ObjectReference
OBJECT -
Method Summary
Methods inherited from class wt.fc.ObjectReference
equals, getKey, hashCode, newObjectReference, newObjectReference, references, setObject, toString