za.org.coefficient.core
Class ProjectVersion

java.lang.Object
  extended by za.org.coefficient.core.ProjectVersion
All Implemented Interfaces:
java.io.Serializable

public class ProjectVersion
extends java.lang.Object
implements java.io.Serializable

Author:
Dylan Etkin
See Also:
Serialized Form

Field Summary
private  java.lang.String description
           
private  java.lang.Long id
           
private  java.lang.String name
           
private  long version
           
private  java.lang.String versionId
           
 
Constructor Summary
ProjectVersion()
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.String getDescription()
           
 java.lang.Long getId()
          Gets the value of id
 java.lang.String getName()
           
 long getVersion()
          Gets the value of version
 java.lang.String getVersionId()
           
 void setDescription(java.lang.String description)
           
 void setId(java.lang.Long argId)
          Sets the value of id
 void setName(java.lang.String name)
           
 void setVersion(long version)
          Sets the value of version
 void setVersionId(java.lang.String versionId)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

private java.lang.String versionId

id

private java.lang.Long id

description

private java.lang.String description

name

private java.lang.String name

version

private long version
Constructor Detail

ProjectVersion

public ProjectVersion()
Method Detail

setDescription

public void setDescription(java.lang.String description)

getDescription

public java.lang.String getDescription()

setId

public void setId(java.lang.Long argId)
Sets the value of id

Parameters:
argId - Value to assign to this.id

getId

public java.lang.Long getId()
Gets the value of id

Returns:
the value of id

setName

public void setName(java.lang.String name)

getName

public java.lang.String getName()

setVersion

public void setVersion(long version)
Sets the value of version

Parameters:
version - Value to assign to this.version

getVersion

public long getVersion()
Gets the value of version

Returns:
the value of version

setVersionId

public void setVersionId(java.lang.String versionId)

getVersionId

public java.lang.String getVersionId()

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object


Copyright CSIR. All Rights Reserved.