|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.hack23.cia.model.internal.application.data.impl.VoteMetaData
@Entity(name="VoteMetaData") public class VoteMetaData
Java class for VoteMetaData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VoteMetaData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="type" type="{http://data.application.internal.model.cia.hack23.com/impl}VoteMetaDataType" minOccurs="0"/>
<element name="target" type="{http://data.application.internal.model.cia.hack23.com/impl}VoteAgentCategory" minOccurs="0"/>
<element name="outcome" type="{http://data.application.internal.model.cia.hack23.com/impl}VoteOutcome" minOccurs="0"/>
<element name="groupBehavior" type="{http://data.application.internal.model.cia.hack23.com/impl}VoteGroupBehavior" minOccurs="0"/>
<element name="proffessionalBehavior" type="{http://data.application.internal.model.cia.hack23.com/impl}VoteProffessionalBehavior" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected VoteGroupBehavior |
groupBehavior
|
protected Long |
hjid
|
protected VoteOutcome |
outcome
|
protected VoteProffessionalBehavior |
proffessionalBehavior
|
protected VoteAgentCategory |
target
|
protected VoteMetaDataType |
type
|
| Constructor Summary | |
|---|---|
VoteMetaData()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
VoteGroupBehavior |
getGroupBehavior()
Gets the value of the groupBehavior property. |
Long |
getHjid()
Gets the value of the hjid property. |
VoteOutcome |
getOutcome()
Gets the value of the outcome property. |
VoteProffessionalBehavior |
getProffessionalBehavior()
Gets the value of the proffessionalBehavior property. |
VoteAgentCategory |
getTarget()
Gets the value of the target property. |
VoteMetaDataType |
getType()
Gets the value of the type property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setGroupBehavior(VoteGroupBehavior value)
Sets the value of the groupBehavior property. |
void |
setHjid(Long value)
Sets the value of the hjid property. |
void |
setOutcome(VoteOutcome value)
Sets the value of the outcome property. |
void |
setProffessionalBehavior(VoteProffessionalBehavior value)
Sets the value of the proffessionalBehavior property. |
void |
setTarget(VoteAgentCategory value)
Sets the value of the target property. |
void |
setType(VoteMetaDataType value)
Sets the value of the type property. |
VoteMetaData |
withGroupBehavior(VoteGroupBehavior value)
|
VoteMetaData |
withOutcome(VoteOutcome value)
|
VoteMetaData |
withProffessionalBehavior(VoteProffessionalBehavior value)
|
VoteMetaData |
withTarget(VoteAgentCategory value)
|
VoteMetaData |
withType(VoteMetaDataType value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected VoteMetaDataType type
protected VoteAgentCategory target
protected VoteOutcome outcome
protected VoteGroupBehavior groupBehavior
protected VoteProffessionalBehavior proffessionalBehavior
protected Long hjid
| Constructor Detail |
|---|
public VoteMetaData()
| Method Detail |
|---|
public VoteMetaDataType getType()
VoteMetaDataTypepublic void setType(VoteMetaDataType value)
value - allowed object is
VoteMetaDataTypepublic VoteAgentCategory getTarget()
VoteAgentCategorypublic void setTarget(VoteAgentCategory value)
value - allowed object is
VoteAgentCategorypublic VoteOutcome getOutcome()
VoteOutcomepublic void setOutcome(VoteOutcome value)
value - allowed object is
VoteOutcomepublic VoteGroupBehavior getGroupBehavior()
VoteGroupBehaviorpublic void setGroupBehavior(VoteGroupBehavior value)
value - allowed object is
VoteGroupBehaviorpublic VoteProffessionalBehavior getProffessionalBehavior()
VoteProffessionalBehaviorpublic void setProffessionalBehavior(VoteProffessionalBehavior value)
value - allowed object is
VoteProffessionalBehaviorpublic VoteMetaData withType(VoteMetaDataType value)
public VoteMetaData withTarget(VoteAgentCategory value)
public VoteMetaData withOutcome(VoteOutcome value)
public VoteMetaData withGroupBehavior(VoteGroupBehavior value)
public VoteMetaData withProffessionalBehavior(VoteProffessionalBehavior value)
public Long getHjid()
Longpublic void setHjid(Long value)
value - allowed object is
Long
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||