za.org.coefficient.core
Class ProjectComponent

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

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

Author:
Dylan Etkin
See Also:
Serialized Form

Field Summary
private  java.lang.String componentId
           
private  java.lang.String description
           
private  java.lang.Long id
           
private  java.lang.String name
           
private  long version
           
 
Constructor Summary
ProjectComponent()
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.String getComponentId()
           
 java.lang.String getDescription()
           
 java.lang.Long getId()
          Gets the value of id
 java.lang.String getName()
           
 long getVersion()
          Gets the value of version
 void setComponentId(java.lang.String componentId)
           
 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 component
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

componentId

private java.lang.String componentId

id

private java.lang.Long id

description

private java.lang.String description

name

private java.lang.String name

version

private long version
Constructor Detail

ProjectComponent

public ProjectComponent()
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 component

Parameters:
version - Value to assign to this.version

getVersion

public long getVersion()
Gets the value of version

Returns:
the value of version

setComponentId

public void setComponentId(java.lang.String componentId)

getComponentId

public java.lang.String getComponentId()

equals

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


Copyright CSIR. All Rights Reserved.