|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Presets are created by the factory methods in the PresetCategory or User objects.
Field Summary |
Type | Field |
---|---|
static int |
TYPEID
The type id of this class. |
static java.lang.String |
TYPENAME
The constant class type identifier |
Method Summary |
Type | Method |
---|---|
java.lang.String |
getName()
Gets the optional name of the presets. |
PresetCategory |
getPresetCategory()
Gets the preset category. |
java.lang.String |
getPresetValue(java.lang.String name)
Gets the value of the named attribute in the presets. |
Profile |
getProfile()
Gets the profile that exclusively owns this presets. |
Service |
getService()
Gets the service that creates this presets. |
User |
getUser()
Gets the user who owns this presets. |
void |
setName(java.lang.String name)
Sets the optional name of the presets. |
void |
setPresetValue(java.lang.String paramName,
java.lang.String value)
Sets the value of the named attribute in the presets. |
Methods inherited from interface oracle.panama.model.ModelObject |
delete, getCreatedDate, getId, getLastModifiedDate, getTypeId, getTypeName,
isSystem, setSystem, undoAll |
Methods inherited from interface oracle.panama.model.XMLObject |
setXML, toXML |
Field Detail |
public static final java.lang.String TYPENAME
public static final int TYPEID
Method Detail |
public java.lang.String getName()
getName
in interface ModelObject
oracle.panama.model.ModelObject
public void setName(java.lang.String name)
setName
in interface ModelObject
oracle.panama.model.ModelObject
name
- must be not nullpublic PresetCategory getPresetCategory()
public User getUser()
public Profile getProfile()
public Service getService()
public java.lang.String getPresetValue(java.lang.String name) throws PanamaException
throws
- the NameNotValidException if the attribute name is invalidpublic void setPresetValue(java.lang.String paramName, java.lang.String value) throws PanamaException
throws
- the PanamaException if value does not match the format
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |