za.org.coefficient.core
Class AttributeElement

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

public class AttributeElement
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.String description
           
private  java.lang.Long id
           
private  java.lang.String name
           
 
Constructor Summary
AttributeElement()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.Long getId()
          Gets the value of id
 java.lang.String getName()
           
 void setDescription(java.lang.String description)
           
 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

id

private java.lang.Long id

description

private java.lang.String description

name

private java.lang.String name
Constructor Detail

AttributeElement

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


Copyright CSIR. All Rights Reserved.