|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.phraseanet.business.databox.Databox
public class Databox
This is the business class for the object Databox
Constructor Summary | |
---|---|
Databox()
|
Method Summary | |
---|---|
int |
getDataboxId()
Returns the DataboxId |
java.lang.String |
getName()
Returns the Name |
java.lang.String |
getVersion()
Returns the Version |
void |
setDataboxId(int nDataboxId)
Sets the DataboxId |
void |
setName(java.lang.String strName)
Sets the Name |
void |
setVersion(java.lang.String strVersion)
Sets the Version |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Databox()
Method Detail |
---|
public int getDataboxId()
public void setDataboxId(int nDataboxId)
nDataboxId
- The DataboxIdpublic java.lang.String getName()
public void setName(java.lang.String strName)
strName
- The Namepublic java.lang.String getVersion()
public void setVersion(java.lang.String strVersion)
strVersion
- The Version
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |