|
|||||||||
Home >> All >> org >> [ ccdtovcd overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.ccdtovcd
Class PbcItem

java.lang.Objectorg.ccdtovcd.PbcItem
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- PbcEndlist, PbcPlaylist, PbcSelection
- public abstract class PbcItem
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
Field Summary | |
private java.lang.String |
id
|
private boolean |
rejected
|
Constructor Summary | |
PbcItem(java.lang.String id,
boolean rejected)
|
Method Summary | |
java.lang.String |
getId()
|
boolean |
getRejected()
|
void |
setId(java.lang.String id)
|
void |
setRejected()
|
java.lang.String |
toString()
Convert this Object to a human-readable String. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
id
private java.lang.String id
rejected
private boolean rejected
Constructor Detail |
PbcItem
public PbcItem(java.lang.String id, boolean rejected)
Method Detail |
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
getRejected
public boolean getRejected()
setRejected
public void setRejected()
toString
public java.lang.String toString()
- Description copied from class:
java.lang.Object
- Convert this Object to a human-readable String.
There are no limits placed on how long this String
should be or what it should contain. We suggest you
make it as intuitive as possible to be able to place
it into System.out.println() 55
and such.
It is typical, but not required, to ensure that this method never completes abruptly with a java.lang.RuntimeException.
This method will be called when performing string concatenation with this object. If the result is
null
, string concatenation will instead use"null"
.The default implementation returns
getClass().getName() + "@" + Integer.toHexString(hashCode())
.
|
|||||||||
Home >> All >> org >> [ ccdtovcd overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |