com.hack23.cia.model.internal.application.data.impl
Class VoteMetaData

Package class diagram package VoteMetaData
java.lang.Object
  extended by com.hack23.cia.model.internal.application.data.impl.VoteMetaData
All Implemented Interfaces:
ModelObject, Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

@Entity(name="VoteMetaData")
public class VoteMetaData
extends Object
implements Serializable, ModelObject, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

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>
 

See Also:
Serialized Form

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

type

protected VoteMetaDataType type

target

protected VoteAgentCategory target

outcome

protected VoteOutcome outcome

groupBehavior

protected VoteGroupBehavior groupBehavior

proffessionalBehavior

protected VoteProffessionalBehavior proffessionalBehavior

hjid

protected Long hjid
Constructor Detail

VoteMetaData

public VoteMetaData()
Method Detail

getType

public VoteMetaDataType getType()
Gets the value of the type property.

Returns:
possible object is VoteMetaDataType

setType

public void setType(VoteMetaDataType value)
Sets the value of the type property.

Parameters:
value - allowed object is VoteMetaDataType

getTarget

public VoteAgentCategory getTarget()
Gets the value of the target property.

Returns:
possible object is VoteAgentCategory

setTarget

public void setTarget(VoteAgentCategory value)
Sets the value of the target property.

Parameters:
value - allowed object is VoteAgentCategory

getOutcome

public VoteOutcome getOutcome()
Gets the value of the outcome property.

Returns:
possible object is VoteOutcome

setOutcome

public void setOutcome(VoteOutcome value)
Sets the value of the outcome property.

Parameters:
value - allowed object is VoteOutcome

getGroupBehavior

public VoteGroupBehavior getGroupBehavior()
Gets the value of the groupBehavior property.

Returns:
possible object is VoteGroupBehavior

setGroupBehavior

public void setGroupBehavior(VoteGroupBehavior value)
Sets the value of the groupBehavior property.

Parameters:
value - allowed object is VoteGroupBehavior

getProffessionalBehavior

public VoteProffessionalBehavior getProffessionalBehavior()
Gets the value of the proffessionalBehavior property.

Returns:
possible object is VoteProffessionalBehavior

setProffessionalBehavior

public void setProffessionalBehavior(VoteProffessionalBehavior value)
Sets the value of the proffessionalBehavior property.

Parameters:
value - allowed object is VoteProffessionalBehavior

withType

public VoteMetaData withType(VoteMetaDataType value)

withTarget

public VoteMetaData withTarget(VoteAgentCategory value)

withOutcome

public VoteMetaData withOutcome(VoteOutcome value)

withGroupBehavior

public VoteMetaData withGroupBehavior(VoteGroupBehavior value)

withProffessionalBehavior

public VoteMetaData withProffessionalBehavior(VoteProffessionalBehavior value)

getHjid

public Long getHjid()
Gets the value of the hjid property.

Returns:
possible object is Long

setHjid

public void setHjid(Long value)
Sets the value of the hjid property.

Parameters:
value - allowed object is Long

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2008-2011 www.hack23.com. All Rights Reserved.