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

java.lang.Objectcom.hack23.cia.model.external.riksdagen.dokumentstatus.impl.DocumentActivityData
@Entity(name="DocumentActivityData") public class DocumentActivityData
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>
| 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 |
|---|
protected Date date
protected String code
protected String name
protected BigInteger order
protected String process
protected String status
protected Long hjid
| Constructor Detail |
|---|
public DocumentActivityData()
| Method Detail |
|---|
public Date getDate()
Stringpublic void setDate(Date value)
value - allowed object is
Stringpublic String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic BigInteger getOrder()
BigIntegerpublic void setOrder(BigInteger value)
value - allowed object is
BigIntegerpublic String getProcess()
Stringpublic void setProcess(String value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic DocumentActivityData withDate(Date value)
public DocumentActivityData withCode(String value)
public DocumentActivityData withName(String value)
public DocumentActivityData withOrder(BigInteger value)
public DocumentActivityData withProcess(String value)
public DocumentActivityData withStatus(String 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 | |||||||||