public abstract class NamedObject extends Root implements INamedObject
getGlobalId, getNumericId, hasCustomizedPersistenceMethodFor, invokeCustomizedPersistenceMethodFor
dump, dump, getDisplayableObjectName, getDisplayableTypeName, getGUID, getOwner, getStrongTypeClassName, validate, validate, validate
getRootContainer
getGlobalId, getInternalId, getSecurityContainer
public NamedObject(java.lang.String name)
name
- The name of the object, should only be null for exceptional cases.PropertyException
public NamedObject(boolean isPersistent, java.lang.String name)
isPersistent
- True if this is intended to be a persistent object, else false.name
- The name of the object, should only be null for exceptional cases.PropertyException