|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.comarquage.util.cache.comarquageimpl.CardKey
public class CardKey
Card Key
Constructor Summary | |
---|---|
CardKey(java.lang.String strCDCCode)
Public constuctor |
|
CardKey(java.lang.String strCDCCode,
java.lang.String strPath,
char cSep)
Public constuctor |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object that)
Returns true if this is equal to thatn false otherwise |
java.lang.String |
getCDCCode()
Returns the CDC Code |
java.util.List<java.lang.String> |
getPathCard()
Returns the path of the card |
int |
hashCode()
Returns the hashcode |
java.lang.String |
toString()
Retruns a string representation |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CardKey(java.lang.String strCDCCode)
strCDCCode
- the CDC Code for the cardpublic CardKey(java.lang.String strCDCCode, java.lang.String strPath, char cSep)
strCDCCode
- the CDC Code for the node/cardstrPath
- the path to the node/cardcSep
- the separator characterMethod Detail |
---|
public java.lang.String getCDCCode()
public java.util.List<java.lang.String> getPathCard()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
that
- the object to compare with this
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |