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

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

public class Databox
extends Object

This is the business class for the object Databox


Constructor Summary
Databox()
           
 
Method Summary
 int getDataboxId()
          Returns the DataboxId
 String getName()
          Returns the Name
 String getVersion()
          Returns the Version
 void setDataboxId(int nDataboxId)
          Sets the DataboxId
 void setName(String strName)
          Sets the Name
 void setVersion(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

Databox

public Databox()
Method Detail

getDataboxId

public int getDataboxId()
Returns the DataboxId

Returns:
The DataboxId

setDataboxId

public void setDataboxId(int nDataboxId)
Sets the DataboxId

Parameters:
nDataboxId - The DataboxId

getName

public String getName()
Returns the Name

Returns:
The Name

setName

public void setName(String strName)
Sets the Name

Parameters:
strName - The Name

getVersion

public String getVersion()
Returns the Version

Returns:
The Version

setVersion

public void setVersion(String strVersion)
Sets the Version

Parameters:
strVersion - The Version


Copyright © 2013 Mairie de Paris. All Rights Reserved.