com.hack23.cia.model.external.riksdagen.dokumentstatus.impl
Class DocumentActivityData

Package class diagram package DocumentActivityData
java.lang.Object
  extended by com.hack23.cia.model.external.riksdagen.dokumentstatus.impl.DocumentActivityData
All Implemented Interfaces:
ModelObject, Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

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

Java class for DocumentActivityData complex type.

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

 <complexType name="DocumentActivityData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="datum" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="kod" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="namn" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ordning" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="process" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String code
           
protected  Date date
           
protected  Long hjid
           
protected  String name
           
protected  BigInteger order
           
protected  String process
           
protected  String status
           
 
Constructor Summary
DocumentActivityData()
           
 
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)
           
 String getCode()
          Gets the value of the code property.
 Date getDate()
          Gets the value of the date property.
 Long getHjid()
          Gets the value of the hjid property.
 String getName()
          Gets the value of the name property.
 BigInteger getOrder()
          Gets the value of the order property.
 String getProcess()
          Gets the value of the process property.
 String getStatus()
          Gets the value of the status property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setCode(String value)
          Sets the value of the code property.
 void setDate(Date value)
          Sets the value of the date property.
 void setHjid(Long value)
          Sets the value of the hjid property.
 void setName(String value)
          Sets the value of the name property.
 void setOrder(BigInteger value)
          Sets the value of the order property.
 void setProcess(String value)
          Sets the value of the process property.
 void setStatus(String value)
          Sets the value of the status property.
 DocumentActivityData withCode(String value)
           
 DocumentActivityData withDate(Date value)
           
 DocumentActivityData withName(String value)
           
 DocumentActivityData withOrder(BigInteger value)
           
 DocumentActivityData withProcess(String value)
           
 DocumentActivityData withStatus(String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

date

protected Date date

code

protected String code

name

protected String name

order

protected BigInteger order

process

protected String process

status

protected String status

hjid

protected Long hjid
Constructor Detail

DocumentActivityData

public DocumentActivityData()
Method Detail

getDate

public Date getDate()
Gets the value of the date property.

Returns:
possible object is String

setDate

public void setDate(Date value)
Sets the value of the date property.

Parameters:
value - allowed object is String

getCode

public String getCode()
Gets the value of the code property.

Returns:
possible object is String

setCode

public void setCode(String value)
Sets the value of the code property.

Parameters:
value - allowed object is String

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

getOrder

public BigInteger getOrder()
Gets the value of the order property.

Returns:
possible object is BigInteger

setOrder

public void setOrder(BigInteger value)
Sets the value of the order property.

Parameters:
value - allowed object is BigInteger

getProcess

public String getProcess()
Gets the value of the process property.

Returns:
possible object is String

setProcess

public void setProcess(String value)
Sets the value of the process property.

Parameters:
value - allowed object is String

getStatus

public String getStatus()
Gets the value of the status property.

Returns:
possible object is String

setStatus

public void setStatus(String value)
Sets the value of the status property.

Parameters:
value - allowed object is String

withDate

public DocumentActivityData withDate(Date value)

withCode

public DocumentActivityData withCode(String value)

withName

public DocumentActivityData withName(String value)

withOrder

public DocumentActivityData withOrder(BigInteger value)

withProcess

public DocumentActivityData withProcess(String value)

withStatus

public DocumentActivityData withStatus(String 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.