|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.comarquage.business.Card
public class Card
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 |
---|
public Card()
public Card(java.lang.String strId, java.lang.String strTitle)
strId
- the id of the objectstrTitle
- the title of the objectMethod Detail |
---|
public java.lang.String getId()
public java.lang.String getTitle()
public void setId(java.lang.String strId)
strId
- the idpublic void setTitle(java.lang.String strTitle)
strTitle
- the titlepublic java.lang.String getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |