public abstract class AbstractTagFrame extends AbstractTagItem
Modifier and Type | Field and Description |
---|---|
protected AbstractTagFrameBody |
frameBody
Actual data this fragment holds
|
logger
Constructor and Description |
---|
AbstractTagFrame() |
AbstractTagFrame(AbstractTagFrame copyObject)
This constructs the bodies copy constructor this in turn invokes
* bodies objectlist.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Returns true if this datatype and its body equals the argument and its
body.
|
AbstractTagFrameBody |
getBody()
Returns the body datatype for this fragment.
|
boolean |
isSubsetOf(Object obj)
Returns true if this datatype and it's body is a subset of the argument.
|
void |
setBody(AbstractTagFrameBody frameBody)
Sets the body datatype for this fragment.
|
String |
toString() |
getIdentifier, getSize, read
protected AbstractTagFrameBody frameBody
public AbstractTagFrame()
public AbstractTagFrame(AbstractTagFrame copyObject)
copyObject
- public void setBody(AbstractTagFrameBody frameBody)
frameBody
- the body datatypepublic AbstractTagFrameBody getBody()
public boolean isSubsetOf(Object obj)
isSubsetOf
in class AbstractTagItem
obj
- datatype to determine if subset ofpublic boolean equals(Object obj)
getSubId
id string.equals
in class AbstractTagItem
obj
- datatype to determine equality ofCopyright © 2005–2020 jthink.net. All rights reserved.