Package wt.change2
Class WTChangeProposalMasterIdentity
java.lang.Object
wt.fc._IdentificationObject
wt.fc.IdentificationObject
wt.change2._ChangeIdentificationObject
wt.change2.ChangeIdentificationObject
wt.change2._WTChangeProposalMasterIdentity
wt.change2.WTChangeProposalMasterIdentity
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._IdentificationObjectNamespace,wt.fc._NetFactor,wt.fc.IdentificationObjectNamespace,NetFactor,wt.inf.container._WTContainerNamespace,wt.inf.container.WTContainerNamespace,_OrganizationOwnedIdentificationObjectNamespace,OrganizationOwnedIdentificationObjectNamespace
@GenAsUnPersistable(superClass=wt.change2.ChangeIdentificationObject.class,interfaces=java.io.Externalizable.class,extendable=true,properties={@GeneratedProperty(name="number",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="A unique number assigned by this WTChangeProposalIdentity object for the associated WTChangeProposal object when it is stored in the database.",constraints=@PropertyConstraints(changeable=VIA_OTHER_MEANS,upperLimit=20),columnProperties=@ColumnProperties(columnName="WTCHGPROPOSALNUMBER")),@GeneratedProperty(name="name",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="The end-user provided name that this WTChangeProposalIdentity object is responsible setting on a WTChangeProposal object at the request of the Identity Service.",constraints=@PropertyConstraints(upperLimit=70))})
public class WTChangeProposalMasterIdentity
extends _WTChangeProposalMasterIdentity
The identification object for WTChangeProposal objects. This object
is responsible for assigning a unique number to a WTChangeProposal object
when it is stored in the database. It is responsible, through the Identificaition
Service, for setting the user-provided name for a WTChangeProposal object.
Use the newWTChangeProposalMasterIdentity static factory
method(s), not the WTChangeProposalMasterIdentity 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: true
- See Also:
-
Field Summary
Fields inherited from class wt.change2._WTChangeProposalMasterIdentity
NAME, NUMBERFields inherited from interface wt.org._OrganizationOwnedIdentificationObjectNamespace
ORGANIZATION_REFERENCE -
Method Summary
Modifier and TypeMethodDescriptionReturns the number.
Supported API: truevoidSets the value of the attribute: name; A name assigned by this WTChangeProposalIdentity object for the associated WTChangeProposal object when it is stored in the database.voidSets the value of the attribute: number; A unique number assigned by this WTChangeProposalIdentity object for the associated WTChangeProposal object when it is stored in the database.protected voidsetToObject(Identified obj) Sets the name to the given change proposal
Supported API: trueMethods inherited from class wt.change2._WTChangeProposalMasterIdentity
getName, getNumberMethods inherited from class wt.change2._ChangeIdentificationObject
getOrganizationReference, setOrganizationReferenceMethods inherited from class wt.fc.IdentificationObject
getSemanticKey, initialize
-
Method Details
-
setNumber
Sets the value of the attribute: number; A unique number assigned by this WTChangeProposalIdentity object for the associated WTChangeProposal object when it is stored in the database.
Supported API: true- Overrides:
setNumberin class_WTChangeProposalMasterIdentity- Parameters:
a_Number-- Throws:
WTPropertyVetoException- See Also:
-
setName
Sets the value of the attribute: name; A name assigned by this WTChangeProposalIdentity object for the associated WTChangeProposal object when it is stored in the database.
Supported API: true- Overrides:
setNamein class_WTChangeProposalMasterIdentity- Parameters:
a_Name-- Throws:
WTPropertyVetoException- See Also:
-
setToObject
Sets the name to the given change proposal
Supported API: true- Specified by:
setToObjectin classIdentificationObject- Parameters:
obj-
-
getIdentity
Returns the number.
Supported API: true- Overrides:
getIdentityin classwt.change2.ChangeIdentificationObject- Returns:
- String
-
newWTChangeProposalMasterIdentity
public static WTChangeProposalMasterIdentity newWTChangeProposalMasterIdentity(WTChangeProposalMaster proposal) throws WTException
Supported API: true- Parameters:
proposal-- Returns:
- WTChangeProposalMasterIdentity
- Throws:
WTException
-