fr.paris.lutece.plugins.phraseanet.business.databox
Class Collection

java.lang.Object
  extended by fr.paris.lutece.plugins.phraseanet.business.databox.Collection

public class Collection
extends Object

This is the business class for the object Collection


Constructor Summary
Collection()
           
 
Method Summary
 int getBaseId()
          Returns the BaseId
 int getCollId()
          Returns the CollId
 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(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

Collection

public Collection()
Method Detail

getBaseId

public int getBaseId()
Returns the BaseId

Returns:
The BaseId

setBaseId

public void setBaseId(int nBaseId)
Sets the BaseId

Parameters:
nBaseId - The BaseId

getCollId

public int getCollId()
Returns the CollId

Returns:
The CollId

setCollId

public void setCollId(int nCollId)
Sets the CollId

Parameters:
nCollId - The CollId

getName

public String getName()
Returns the Name

Returns:
The Name

setName

public void setName(String strName)
Sets the Name

Parameters:
strName - The Name

getRecordAmount

public int getRecordAmount()
Returns the RecordAmount

Returns:
The RecordAmount

setRecordAmount

public void setRecordAmount(int nRecordAmount)
Sets the RecordAmount

Parameters:
nRecordAmount - The RecordAmount


Copyright © 2013 Mairie de Paris. All Rights Reserved.