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

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

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

Java class for OperationalStatementData complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OperationalStatementData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="month" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="year" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="stateSubsidyId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="stateSubsidyResult" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Long hjid
           
protected  Integer month
           
protected  String name
           
protected  String stateSubsidyId
           
protected  BigDecimal stateSubsidyResult
           
protected  Integer year
           
 
Constructor Summary
OperationalStatementData()
           
 
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)
           
 Long getHjid()
          Gets the value of the hjid property.
 Integer getMonth()
          Gets the value of the month property.
 String getName()
          Gets the value of the name property.
 String getStateSubsidyId()
          Gets the value of the stateSubsidyId property.
 BigDecimal getStateSubsidyResult()
          Gets the value of the stateSubsidyResult property.
 Integer getYear()
          Gets the value of the year property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setHjid(Long value)
          Sets the value of the hjid property.
 void setMonth(Integer value)
          Sets the value of the month property.
 void setName(String value)
          Sets the value of the name property.
 void setStateSubsidyId(String value)
          Sets the value of the stateSubsidyId property.
 void setStateSubsidyResult(BigDecimal value)
          Sets the value of the stateSubsidyResult property.
 void setYear(Integer value)
          Sets the value of the year property.
 OperationalStatementData withMonth(Integer value)
           
 OperationalStatementData withName(String value)
           
 OperationalStatementData withStateSubsidyId(String value)
           
 OperationalStatementData withStateSubsidyResult(BigDecimal value)
           
 OperationalStatementData withYear(Integer value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

month

protected Integer month

year

protected Integer year

name

protected String name

stateSubsidyId

protected String stateSubsidyId

stateSubsidyResult

protected BigDecimal stateSubsidyResult

hjid

protected Long hjid
Constructor Detail

OperationalStatementData

public OperationalStatementData()
Method Detail

getMonth

public Integer getMonth()
Gets the value of the month property.

Returns:
possible object is Integer

setMonth

public void setMonth(Integer value)
Sets the value of the month property.

Parameters:
value - allowed object is Integer

getYear

public Integer getYear()
Gets the value of the year property.

Returns:
possible object is Integer

setYear

public void setYear(Integer value)
Sets the value of the year property.

Parameters:
value - allowed object is Integer

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getStateSubsidyId

public String getStateSubsidyId()
Gets the value of the stateSubsidyId property.

Returns:
possible object is String

setStateSubsidyId

public void setStateSubsidyId(String value)
Sets the value of the stateSubsidyId property.

Parameters:
value - allowed object is String

getStateSubsidyResult

public BigDecimal getStateSubsidyResult()
Gets the value of the stateSubsidyResult property.

Returns:
possible object is BigDecimal

setStateSubsidyResult

public void setStateSubsidyResult(BigDecimal value)
Sets the value of the stateSubsidyResult property.

Parameters:
value - allowed object is BigDecimal

withMonth

public OperationalStatementData withMonth(Integer value)

withYear

public OperationalStatementData withYear(Integer value)

withName

public OperationalStatementData withName(String value)

withStateSubsidyId

public OperationalStatementData withStateSubsidyId(String value)

withStateSubsidyResult

public OperationalStatementData withStateSubsidyResult(BigDecimal 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.