public class GAINEntities
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
class |
GAINEntities.Attributes
The Class Attributes.
|
class |
GAINEntities.Entities
The Class Entities.
|
Constructor and Description |
---|
GAINEntities()
Instantiates a new GAIN entities structure.
|
GAINEntities(java.lang.String oid,
java.lang.String poid,
GAINEntities.Attributes atts,
java.lang.String aid,
java.lang.String id,
double v,
java.util.ArrayList<GAINEntities.Entities> ents,
java.lang.Double rt,
java.lang.Double gr,
java.lang.Double tp)
Instantiates a new GAIN entities structure.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountID()
Gets the account id.
|
GAINEntities.Attributes |
getAttributes()
Gets the attributes.
|
java.util.ArrayList<GAINEntities.Entities> |
getEntities()
Gets the entities.
|
double |
getGroup()
Gets the group.
|
java.lang.String |
getID()
Gets the id.
|
java.lang.String |
getObjectID()
Gets the object id.
|
java.lang.String |
getParentObjectId()
Gets the parent object id.
|
double |
getRating()
Gets the rating.
|
double |
getType()
Gets the type.
|
double |
getV()
Gets the v field.
|
void |
setAccountID(java.lang.String aid)
Sets the account id.
|
void |
setAttributes(GAINEntities.Attributes atts)
Sets the attributes.
|
void |
setEntities(java.util.ArrayList<GAINEntities.Entities> ents)
Sets the entities.
|
void |
setGroup(double g)
Sets the group.
|
void |
setID(java.lang.String id)
Sets the id.
|
void |
setObjectID(java.lang.String oid)
Sets the object id.
|
void |
setParentObjectId(java.lang.String poid)
Sets the parent object id.
|
void |
setRating(double r)
Sets the rating.
|
void |
setType(double t)
Sets the type.
|
void |
setV(double v)
Sets the v field.
|
java.lang.String |
toString() |
public GAINEntities()
public GAINEntities(java.lang.String oid, java.lang.String poid, GAINEntities.Attributes atts, java.lang.String aid, java.lang.String id, double v, java.util.ArrayList<GAINEntities.Entities> ents, java.lang.Double rt, java.lang.Double gr, java.lang.Double tp)
oid
- the object idpoid
- the parent object idatts
- the attributesaid
- the account idid
- the id fieldv
- the v fieldents
- the entitiesrt
- the ratingsgr
- the grouptp
- the typepublic java.lang.String getObjectID()
public void setObjectID(java.lang.String oid)
oid
- the new object idpublic java.lang.String getParentObjectId()
public void setParentObjectId(java.lang.String poid)
poid
- the new parent object idpublic GAINEntities.Attributes getAttributes()
public void setAttributes(GAINEntities.Attributes atts)
atts
- the new attributespublic java.lang.String getAccountID()
public void setAccountID(java.lang.String aid)
aid
- the new account idpublic java.lang.String getID()
public void setID(java.lang.String id)
id
- the new idpublic double getV()
public void setV(double v)
v
- the new v fieldpublic void setRating(double r)
r
- the new ratingpublic double getRating()
public void setGroup(double g)
g
- the new grouppublic double getGroup()
public void setType(double t)
t
- the new typepublic double getType()
public java.util.ArrayList<GAINEntities.Entities> getEntities()
public void setEntities(java.util.ArrayList<GAINEntities.Entities> ents)
ents
- the new entitiespublic java.lang.String toString()
toString
in class java.lang.Object