|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.management.Attribute
com.zphinx.spine.vo.dto.DataTransportBean
public class DataTransportBean
DataTransportBean extends Attribute to provide a String id for the java Attribute object
Copyright ©Zphinx Software Solutions
| Constructor Summary | |
|---|---|
DataTransportBean(String name,
Object value)
Default Constructor |
|
DataTransportBean(String name,
Object value,
String id)
Constructor which accepts an id |
|
| Method Summary | |
|---|---|
String |
getId()
Gets the id of this Object |
Locale |
getLocale()
Gets the Locale where the creator of this DTO is using the system |
String |
getSessionId()
Gets a unique ID for this transaction which is used to identify this object across multiple tiers |
void |
setId(String id)
Sets the id of this Object |
void |
setLocale(Locale locale)
|
String |
toString()
|
| Methods inherited from class javax.management.Attribute |
|---|
equals, getName, getValue |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DataTransportBean(String name,
Object value)
name - The name of this objectvalue - The object returned as this objects value
public DataTransportBean(String name,
Object value,
String id)
name - The name of this objectvalue - The object returned as this objects valueid - The String identifier of the object| Method Detail |
|---|
public String getId()
public void setId(String id)
id - The id to set.public String getSessionId()
DataTransferObject
getSessionId in interface DataTransferObjectpublic String toString()
toString in class Objectpublic Locale getLocale()
DataTransferObject
getLocale in interface DataTransferObjectpublic void setLocale(Locale locale)
locale - the locale to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||