|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.rfid.epc.config.dto.EPCCompanyPrefixIndexDTO
public class EPCCompanyPrefixIndexDTO
Data Transfer Object class for EPCCompanyPrefixIndex. This class implements the facade pattern for an EPCCompanyPrefixIndex bean. It is used to pass the state information of the bean through a session bean to and from consumers such as a Web client.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Constructor Summary | |
---|---|
EPCCompanyPrefixIndexDTO(com.ibm.rfid.epc.config.cmp.EPCCompanyPrefixIndexLocal epcCompanyPrefixIndexLocal)
Constructs an EPCCompanyPrefixIndex data transfer object. |
|
EPCCompanyPrefixIndexDTO(java.lang.String companyPrefixIndex)
Constructs an EPCCompanyPrefixIndex data transfer object. |
|
EPCCompanyPrefixIndexDTO(java.lang.String companyPrefixIndex,
java.lang.String companyPrefix)
Constructs an EPCCompanyPrefixIndex data transfer object. |
|
EPCCompanyPrefixIndexDTO(java.lang.String companyPrefixIndex,
java.lang.String companyPrefix,
java.sql.Timestamp lastUpdate)
Constructs an EPCCompanyPrefixIndex data transfer object. |
Method Summary | |
---|---|
java.lang.String |
getCompanyPrefix()
Get the value of companyPrefix |
java.lang.String |
getCompanyPrefixIndex()
Get the value of companyPrefixIndex |
java.sql.Timestamp |
getLastUpdate()
Get the value of lastUpdate |
void |
setCompanyPrefix(java.lang.String companyPrefix)
Set the value of companyPrefix |
void |
setCompanyPrefixIndex(java.lang.String companyPrefixIndex)
Set the value of companyPrefixIndex |
void |
setLastUpdate(java.sql.Timestamp timestamp)
Set the value of lastUpdate |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public EPCCompanyPrefixIndexDTO(java.lang.String companyPrefixIndex, java.lang.String companyPrefix, java.sql.Timestamp lastUpdate)
companyPrefixIndex
- string representation of positive integer number assigned by EPCglobal
to allow mapping a longer EAN.UCC company prefix to the more compact indexcompanyPrefix
- string EAN.UCC company prefixlastUpdate
- time at which index translation config was created or updatedpublic EPCCompanyPrefixIndexDTO(java.lang.String companyPrefixIndex, java.lang.String companyPrefix)
companyPrefixIndex
- string representation of positive integer number assigned by EPCglobal
to allow mapping a longer EAN.UCC company prefix to the more compact indexcompanyPrefix
- string EAN.UCC company prefixpublic EPCCompanyPrefixIndexDTO(java.lang.String companyPrefixIndex)
companyPrefixIndex
- string representation of positive integer number assigned by EPCglobal
to allow mapping a longer EAN.UCC company prefix to the more compact indexpublic EPCCompanyPrefixIndexDTO(com.ibm.rfid.epc.config.cmp.EPCCompanyPrefixIndexLocal epcCompanyPrefixIndexLocal)
epcCompanyPrefixIndexLocal
- instance of EPCCompanyPrefixIndexLocal from which to create a DTO,
all the fields of the bean are copied to the respective members of the DTO.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getCompanyPrefixIndex()
public java.sql.Timestamp getLastUpdate()
public java.lang.String getCompanyPrefix()
public void setCompanyPrefixIndex(java.lang.String companyPrefixIndex)
companyPrefixIndex
- the new value of companyPrefixIndexpublic void setCompanyPrefix(java.lang.String companyPrefix)
companyPrefix
- the new value of companyPrefixpublic void setLastUpdate(java.sql.Timestamp timestamp)
lastUpdate
- the new value of lastUpdate
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |