za.org.coefficient.core
Class ProjectComponent
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ProjectComponent
public ProjectComponent()
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.