public abstract class NamedObject extends Root implements INamedObject
getGlobalId, getNumericId, hasCustomizedPersistenceMethodFor, invokeCustomizedPersistenceMethodFordump, dump, getDisplayableObjectName, getDisplayableTypeName, getGUID, getOwner, getStrongTypeClassName, validate, validate, validategetRootContainergetGlobalId, getInternalId, getSecurityContainerpublic 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