|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme.util.export.binary.BinaryIdContentPair
public class BinaryIdContentPair
Constructor Summary | |
---|---|
BinaryIdContentPair(int id,
BinaryOutputCapsule content)
|
Method Summary | |
---|---|
BinaryOutputCapsule |
getContent()
|
int |
getId()
|
void |
setContent(BinaryOutputCapsule content)
|
void |
setId(int id)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BinaryIdContentPair(int id, BinaryOutputCapsule content)
Method Detail |
---|
public BinaryOutputCapsule getContent()
public void setContent(BinaryOutputCapsule content)
public int getId()
public void setId(int id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |