Class AbstractGGObject
- java.lang.Object
- 
- com.github.gpluscb.ggjava.entity.AbstractGGEntity
- 
- com.github.gpluscb.ggjava.entity.object.AbstractGGObject
 
 
- 
- Direct Known Subclasses:
- AbstractGGResponseObject
 
 public abstract class AbstractGGObject extends AbstractGGEntity implements GGObject 
- 
- 
Constructor SummaryConstructors Constructor Description AbstractGGObject(EntityType type)
 - 
Method Summary- 
Methods inherited from class com.github.gpluscb.ggjava.entity.AbstractGGEntitygetGGEntityType
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntitygetGGEntityType
 
- 
 
- 
- 
- 
Constructor Detail- 
AbstractGGObjectpublic AbstractGGObject(@Nonnull EntityType type)
 
- 
 
-