org.aludratest.hpalm.entity
Class Entity
java.lang.Object
org.aludratest.hpalm.entity.Entity
public class Entity
- extends Object
fields
protected Fields fields
type
protected String type
Entity
public Entity(Entity entity)
Entity
public Entity()
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.