|
||||||||||
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.Collection
public class Collection
This is the business class for the object Collection
Constructor Summary | |
---|---|
Collection()
|
Method Summary | |
---|---|
int |
getBaseId()
Returns the BaseId |
int |
getCollId()
Returns the CollId |
java.lang.String |
getName()
Returns the Name |
int |
getRecordAmount()
Returns the RecordAmount |
void |
setBaseId(int nBaseId)
Sets the BaseId |
void |
setCollId(int nCollId)
Sets the CollId |
void |
setName(java.lang.String strName)
Sets the Name |
void |
setRecordAmount(int nRecordAmount)
Sets the RecordAmount |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Collection()
Method Detail |
---|
public int getBaseId()
public void setBaseId(int nBaseId)
nBaseId
- The BaseIdpublic int getCollId()
public void setCollId(int nCollId)
nCollId
- The CollIdpublic java.lang.String getName()
public void setName(java.lang.String strName)
strName
- The Namepublic int getRecordAmount()
public void setRecordAmount(int nRecordAmount)
nRecordAmount
- The RecordAmount
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |