fr.paris.lutece.plugins.comarquage.business
Class Card

java.lang.Object
  extended by fr.paris.lutece.plugins.comarquage.business.Card

public class Card
extends java.lang.Object

This class represents the object Card


Constructor Summary
Card()
          Constructor.
Card(java.lang.String strId, java.lang.String strTitle)
          Constructor.
 
Method Summary
 java.lang.String getId()
          Getter for _strId
 java.lang.String getTitle()
          Getter for _strTitle
 java.lang.String getType()
          Getter for _strType
 void setId(java.lang.String strId)
          Setter for _strId
 void setTitle(java.lang.String strTitle)
          Setter for _strTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Card

public Card()
Constructor. Creates a new Card object.


Card

public Card(java.lang.String strId,
            java.lang.String strTitle)
Constructor. Creates a new Card object of given id and title.

Parameters:
strId - the id of the object
strTitle - the title of the object
Method Detail

getId

public java.lang.String getId()
Getter for _strId

Returns:
the id

getTitle

public java.lang.String getTitle()
Getter for _strTitle

Returns:
the title

setId

public void setId(java.lang.String strId)
Setter for _strId

Parameters:
strId - the id

setTitle

public void setTitle(java.lang.String strTitle)
Setter for _strTitle

Parameters:
strTitle - the title

getType

public java.lang.String getType()
Getter for _strType

Returns:
the type


Copyright © 2012 Mairie de Paris. All Rights Reserved.