wt.project
Class ProjectIdentity

java.lang.Object
  extended bywt.fc.IdentificationObject
      extended bywt.project.ProjectIdentity
All Implemented Interfaces:
Externalizable, NetFactor, Serializable

Deprecated. in R6.0 Project will be replaced by a new Team object in a future release.

public class ProjectIdentity
extends IdentificationObject
implements Externalizable

Enforces the uniqueness constraint for Project.

Use the newProjectIdentity static factory method(s), not the ProjectIdentity 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: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
          Deprecated.  
static long EXTERNALIZATION_VERSION_UID
          Deprecated.  
private  String name
          Deprecated.  
protected static long OLD_FORMAT_VERSION_UID
          Deprecated.  
private static String RESOURCE
          Deprecated.  
(package private) static long serialVersionUID
          Deprecated.  
 
Fields inherited from class wt.fc.IdentificationObject
 
Constructor Summary
ProjectIdentity()
          Deprecated.  
 
Method Summary
 String getConceptualClassname()
          Deprecated.  
 String getIdentity()
          Deprecated. Answer the concatentation of the project name and the administrative domain id.
 String getName()
          Deprecated. Gets the value of the attribute: name; Project name

Supported API: false
protected  void initialize(String name)
          Deprecated. Supports initialization, following construction of an instance.
private  void nameValidate(String a_Name)
          Deprecated.  
static ProjectIdentity newProjectIdentity(String name)
          Deprecated. Constructor

Supported API: false
 void readExternal(ObjectInput input)
          Deprecated. Reads the non-transient fields of this class from an external source.
private  boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Deprecated. Reads the non-transient fields of this class from an external source, which is not the current version.
protected  boolean readVersion(ProjectIdentity thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Deprecated. Reads the non-transient fields of this class from an external source.
 void setName(String a_Name)
          Deprecated. Sets the value of the attribute: name; Project name

Supported API: false
protected  void setToObject(Identified obj)
          Deprecated. Updates the identity of the object passed as argument with the identity held in the object.
 void writeExternal(ObjectOutput output)
          Deprecated. Writes the non-transient fields of this class to an external source.
 
Methods inherited from class wt.fc.IdentificationObject
changeIdentity, checkIdentity, createKey, getClassInfo, getKeyClassName, getSemanticKey, initialize, readVersion, setAdditionalKeyAttributes, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
Deprecated. 
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Deprecated. 

name

private String name
Deprecated. 

serialVersionUID

static final long serialVersionUID
Deprecated. 
See Also:
Constant Field Values

EXTERNALIZATION_VERSION_UID

public static final long EXTERNALIZATION_VERSION_UID
Deprecated. 
See Also:
Constant Field Values

OLD_FORMAT_VERSION_UID

protected static final long OLD_FORMAT_VERSION_UID
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

ProjectIdentity

public ProjectIdentity()
Deprecated. 
Method Detail

writeExternal

public void writeExternal(ObjectOutput output)
                   throws IOException
Deprecated. 
Writes the non-transient fields of this class to an external source.

Supported API: false

Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class IdentificationObject
Parameters:
output -
Throws:
IOException

readExternal

public void readExternal(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Deprecated. 
Reads the non-transient fields of this class from an external source.

Supported API: false

Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class IdentificationObject
Parameters:
input -
Throws:
IOException
ClassNotFoundException

readVersion

protected boolean readVersion(ProjectIdentity thisObject,
                              ObjectInput input,
                              long readSerialVersionUID,
                              boolean passThrough,
                              boolean superDone)
                       throws IOException,
                              ClassNotFoundException
Deprecated. 
Reads the non-transient fields of this class from an external source.

Supported API: false

Parameters:
thisObject -
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

readOldVersion

private boolean readOldVersion(ObjectInput input,
                               long readSerialVersionUID,
                               boolean passThrough,
                               boolean superDone)
                        throws IOException,
                               ClassNotFoundException
Deprecated. 
Reads the non-transient fields of this class from an external source, which is not the current version.

Parameters:
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

getConceptualClassname

public String getConceptualClassname()
Deprecated.  

Returns the conceptual (modeled) name for the class.

Supported API: false

Specified by:
getConceptualClassname in interface NetFactor
Returns:
String

getName

public String getName()
Deprecated. 
Gets the value of the attribute: name; Project name

Supported API: false

Returns:
String

setName

public void setName(String a_Name)
             throws WTPropertyVetoException
Deprecated. 
Sets the value of the attribute: name; Project name

Supported API: false

Parameters:
a_Name -
Throws:
WTPropertyVetoException

nameValidate

private void nameValidate(String a_Name)
                   throws WTPropertyVetoException
Deprecated. 
Parameters:
a_Name -
Throws:
WTPropertyVetoException

newProjectIdentity

public static ProjectIdentity newProjectIdentity(String name)
                                          throws WTException
Deprecated. 
Constructor

Supported API: false

Parameters:
name - the name of the project
Returns:
ProjectIdentity
Throws:
WTException

initialize

protected void initialize(String name)
                   throws WTException
Deprecated. 
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.

Supported API: false

Parameters:
name - the name of the project
Throws:
WTException

getIdentity

public String getIdentity()
Deprecated. 
Answer the concatentation of the project name and the administrative domain id.

Supported API: false

Specified by:
getIdentity in class IdentificationObject
Returns:
String

setToObject

protected void setToObject(Identified obj)
                    throws WTException
Deprecated. 
Updates the identity of the object passed as argument with the identity held in the object.

Supported API: false

Specified by:
setToObject in class IdentificationObject
Parameters:
obj - identified object
Throws:
WTException