|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jp.develop.common.util.amf.TraitsInfo
public class TraitsInfo
Traits information. This class is designed as immutable.
Constructor Summary | |
---|---|
TraitsInfo(String className,
boolean dynamic,
boolean externalizable,
List<String> properties)
Constructs a instance. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getClassName()
Get class name. |
List<String> |
getProperties()
Get the list of property names. |
int |
hashCode()
|
boolean |
isDynamic()
Get dynamic flag. |
boolean |
isExternalizable()
Get externalizable flag. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TraitsInfo(String className, boolean dynamic, boolean externalizable, List<String> properties)
className
- The class name.dynamic
- dynamic or sealed. true for dynamic.externalizable
- true for externalizable.properties
- The list of property names.Method Detail |
---|
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String getClassName()
public boolean isDynamic()
public boolean isExternalizable()
public List<String> getProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |