|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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()
String
public void setDate(Date value)
value
- allowed object is
String
public String getCode()
String
public void setCode(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public BigInteger getOrder()
BigInteger
public void setOrder(BigInteger value)
value
- allowed object is
BigInteger
public String getProcess()
String
public void setProcess(String value)
value
- allowed object is
String
public String getStatus()
String
public void setStatus(String value)
value
- allowed object is
String
public 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()
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 |