Package wt.admin
Class AdminDomainRef
java.lang.Object
wt.fc._ObjectReference
wt.fc.ObjectReference
wt.fc._CachedObjectReference
wt.fc.CachedObjectReference
wt.admin._AdminDomainRef
wt.admin.AdminDomainRef
- 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="Name of the administrative domain.",accessors=@PropertyAccessors(setAccess=PRIVATE),constraints=@PropertyConstraints(upperLimit=30,required=true),columnProperties=@ColumnProperties(persistent=false)),@GeneratedProperty(name="description",type=java.lang.String.class,javaDoc="Description of the administrative domain.",accessors=@PropertyAccessors(setAccess=PRIVATE),constraints=@PropertyConstraints(upperLimit=60),columnProperties=@ColumnProperties(persistent=false)),@GeneratedProperty(name="object",type=AdministrativeDomain.class,concrete=false,accessors=@PropertyAccessors(getAccess=PRIVATE,setExceptions={}),constraints=@PropertyConstraints(required=false),columnProperties=@ColumnProperties(persistent=false))})
public class AdminDomainRef
extends wt.admin._AdminDomainRef
The
AdminDomainRef class encapsulates a reference to an
AdministrativeDomain object.
Use the newAdminDomainRef static factory method(s), not
the AdminDomainRef 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
Modifier and TypeMethodDescriptionprotected voidinitialize(AdminDomainRef ref) Supports initialization, following construction of an instance.protected voidinitialize(AdministrativeDomain domain) Supports initialization, following construction of an instance.protected voidSupports initialization, following construction of an instance.static AdminDomainRefCopy constructor: constructs a new AdminDomainRef from the one passed as argument.static AdminDomainRefConstructs anAdminDomainReffor the domain passed as argument.static AdminDomainRefCopy constructor: constructs a new AdminDomainRef from the OID passed as argument.toString()Constructs a string representation of the administrative domain reference.Methods inherited from class wt.fc.ObjectReference
equals, getKey, hashCode, newObjectReference, newObjectReference, references, setObject
-
Method Details
-
newAdminDomainRef
Constructs anAdminDomainReffor the domain passed as argument.
Supported API: true- Parameters:
domain-- Returns:
- AdminDomainRef
- Throws:
WTException
-
initialize
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.
Supported API: true- Parameters:
domain-- Throws:
WTException
-
newAdminDomainRef
Copy constructor: constructs a new AdminDomainRef from the one passed as argument.
Supported API: true- Parameters:
ref-- Returns:
- AdminDomainRef
- Throws:
WTException
-
initialize
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.
Supported API: true- Parameters:
ref-- Throws:
WTException
-
toString
Constructs a string representation of the administrative domain reference.
Supported API: true- Overrides:
toStringin classObjectReference- Returns:
- String
-
newAdminDomainRef
Copy constructor: constructs a new AdminDomainRef from the OID passed as argument.
Supported API: true- Parameters:
oid-- Returns:
- AdminDomainRef
- Throws:
WTException
-
initialize
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.
Supported API: true- Overrides:
initializein classObjectReference- Parameters:
oid-- Throws:
WTException
-