za.org.coefficient.core
Class ProjectAttribute

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

public class ProjectAttribute
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.util.List elements
           
private  java.lang.Long id
           
private  java.lang.String name
           
 
Constructor Summary
ProjectAttribute()
           
 
Method Summary
 java.util.List getElements()
           
 java.lang.Long getId()
          Gets the value of id
 java.lang.String getName()
           
 void setElements(java.util.List elements)
           
 void setId(java.lang.Long argId)
          Sets the value of id
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elements

private java.util.List elements

id

private java.lang.Long id

name

private java.lang.String name
Constructor Detail

ProjectAttribute

public ProjectAttribute()
Method Detail

setElements

public void setElements(java.util.List elements)

getElements

public java.util.List getElements()
Returns:
the value of elements

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()


Copyright CSIR. All Rights Reserved.