|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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()
VoteMetaDataType
public void setType(VoteMetaDataType value)
value
- allowed object is
VoteMetaDataType
public VoteAgentCategory getTarget()
VoteAgentCategory
public void setTarget(VoteAgentCategory value)
value
- allowed object is
VoteAgentCategory
public VoteOutcome getOutcome()
VoteOutcome
public void setOutcome(VoteOutcome value)
value
- allowed object is
VoteOutcome
public VoteGroupBehavior getGroupBehavior()
VoteGroupBehavior
public void setGroupBehavior(VoteGroupBehavior value)
value
- allowed object is
VoteGroupBehavior
public VoteProffessionalBehavior getProffessionalBehavior()
VoteProffessionalBehavior
public void setProffessionalBehavior(VoteProffessionalBehavior value)
value
- allowed object is
VoteProffessionalBehavior
public 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()
Long
public 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.Equals
public 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.HashCode
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |