org.aludratest.hpalm.entity
Class Entity

java.lang.Object
  extended by org.aludratest.hpalm.entity.Entity

public class Entity
extends Object


Field Summary
protected  Fields fields
           
protected  String type
           
 
Constructor Summary
Entity()
           
Entity(Entity entity)
           
 
Method Summary
 Fields getFields()
          Gets the value of the fields property.
 long getId()
           
 long getLongFieldValue(String fieldName)
           
 String getStringFieldValue(String fieldName)
           
 String getType()
          Gets the value of the type property.
 void setFields(Fields value)
          Sets the value of the fields property.
 void setType(String value)
          Sets the value of the type property.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fields

protected Fields fields

type

protected String type
Constructor Detail

Entity

public Entity(Entity entity)

Entity

public Entity()
Method Detail

getFields

public Fields getFields()
Gets the value of the fields property.

Returns:
possible object is Fields

setFields

public void setFields(Fields value)
Sets the value of the fields property.

Parameters:
value - allowed object is Fields

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getStringFieldValue

public String getStringFieldValue(String fieldName)

getLongFieldValue

public long getLongFieldValue(String fieldName)

getId

public long getId()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015 aludratest.org. All rights reserved.