public class Label extends GenericModel
Constructor and Description |
---|
Label() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNature()
Gets the nature.
|
java.lang.String |
getParty()
Gets the party.
|
void |
setNature(java.lang.String nature)
Sets the nature.
|
void |
setParty(java.lang.String party)
Sets the party.
|
equals, hashCode, toString
public java.lang.String getNature()
public java.lang.String getParty()
public void setNature(java.lang.String nature)
nature
- the new naturepublic void setParty(java.lang.String party)
party
- the new party