za.org.coefficient.core
Class ProjectAttributeData

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

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

Title: Project Engine Description: Copyright: Copyright (c) 2003 Company: icomtek CSIR

Version:
1.0
Author:
Krishendran Rangappa
See Also:
Serialized Form

Field Summary
private  java.lang.Long attributeId
           
private  java.lang.String description
           
private  java.lang.Long elementId
           
private  java.lang.Long id
           
 
Constructor Summary
ProjectAttributeData()
           
 
Method Summary
 java.lang.Long getAttributeId()
           
 java.lang.String getDescription()
           
 java.lang.Long getElementId()
           
 java.lang.Long getId()
          Gets the value of id
 void setAttributeId(java.lang.Long argAttributeId)
           
 void setDescription(java.lang.String description)
           
 void setElementId(java.lang.Long argElementId)
           
 void setId(java.lang.Long argId)
          Sets the value of id
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeId

private java.lang.Long attributeId

elementId

private java.lang.Long elementId

id

private java.lang.Long id

description

private java.lang.String description
Constructor Detail

ProjectAttributeData

public ProjectAttributeData()
Method Detail

setAttributeId

public void setAttributeId(java.lang.Long argAttributeId)

getAttributeId

public java.lang.Long getAttributeId()

setDescription

public void setDescription(java.lang.String description)

getDescription

public java.lang.String getDescription()

setElementId

public void setElementId(java.lang.Long argElementId)

getElementId

public java.lang.Long getElementId()

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


Copyright CSIR. All Rights Reserved.