|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.order.model.Order
public class Order
POJO for Order
Constructor Summary | |
---|---|
Order()
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getAdminResourceCollection()
Gets the adminResourceCollection value |
java.util.Date |
getDateOrder()
Gets the dateOrder value |
java.lang.String |
getDescription()
Gets the description value |
java.util.List<Event> |
getEvents()
Gets the events value |
java.lang.String |
getId()
Gets the id value |
java.lang.String |
getName()
Get the name of the user sending the order |
java.util.List<java.lang.String> |
getResourceCollection()
Gets the resourceCollection value |
java.lang.String |
getResourceDescriptor()
Gets the resourceDescriptor value |
java.lang.String |
getStatus()
Gets the status value |
java.lang.String |
getUserId()
Gets the userId value |
void |
setAdminResourceCollection(java.util.List<java.lang.String> adminResourceCollection)
Sets the value of adminResourceCollection |
void |
setDateOrder(java.util.Date date)
Sets the value of dateOrder |
void |
setDescription(java.lang.String description)
Sets the value of description |
void |
setEvents(java.util.List<Event> events)
Sets the value of events |
void |
setId(java.lang.String id)
Sets the value of id |
void |
setResourceCollection(java.util.List<java.lang.String> resourceCollection)
Sets the value of resourceCollection |
void |
setResourceDescriptor(java.lang.String resourceDescriptor)
Sets the value of resourceDescriptor |
void |
setStatus(java.lang.String status)
Sets the value of status |
void |
setUserId(java.lang.String userId)
Sets the value of userId |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Order()
Method Detail |
---|
public final java.lang.String getId()
getId
in interface IResource
public final void setId(java.lang.String id)
setId
in interface IResource
id
- the id to setpublic final java.lang.String getUserId()
public final java.lang.String getName()
getName
in interface IResource
public final void setUserId(java.lang.String userId)
userId
- the userId to setpublic final java.lang.String getDescription()
getDescription
in interface IResource
public final void setDescription(java.lang.String description)
description
- the description to setpublic final java.util.List<java.lang.String> getResourceCollection()
public final void setResourceCollection(java.util.List<java.lang.String> resourceCollection)
resourceCollection
- the resourceCollection to setpublic final java.lang.String getResourceDescriptor()
public final void setResourceDescriptor(java.lang.String resourceDescriptor)
resourceDescriptor
- the resourceDescriptor to setpublic final java.lang.String getStatus()
public final void setStatus(java.lang.String status)
status
- the status to setpublic final java.util.Date getDateOrder()
public final void setDateOrder(java.util.Date date)
date
- the dateOrder to setpublic final java.util.List<Event> getEvents()
public final void setEvents(java.util.List<Event> events)
events
- the events to setpublic final void setAdminResourceCollection(java.util.List<java.lang.String> adminResourceCollection)
adminResourceCollection
- the adminResourceCollection to setpublic final java.util.List<java.lang.String> getAdminResourceCollection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |