|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Profile
Class Profile
| Nested Class Summary | |
|---|---|
static interface |
Profile.Identity
Object Identity |
| Method Summary | |
|---|---|
String |
getDescription()
Retrieves the possibly null value for the optional attribute description. |
String |
getIdHistory()
Retrieves the possibly null value for the optional attribute idHistory. |
String |
getName()
Retrieves the value for the attribute name. |
Profile |
getParentProfile()
Retrieves the value for the reference parentProfile. |
String |
getVersionMajor()
Retrieves the value for the attribute versionMajor. |
String |
getVersionMinor()
Retrieves the value for the attribute versionMinor. |
void |
setDescription(String description)
Sets a new value for the attribute description. |
void |
setIdHistory(String idHistory)
Sets a new value for the attribute idHistory. |
void |
setName(String name)
Sets a new value for the attribute name. |
void |
setParentProfile(Profile parentProfile)
Sets a new value for the reference parentProfile. |
void |
setVersionMajor(String versionMajor)
Sets a new value for the attribute versionMajor. |
void |
setVersionMinor(String versionMinor)
Sets a new value for the attribute versionMinor. |
| Methods inherited from interface org.opencrx.kernel.base.cci2.AlertSender |
|---|
sendAlert |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
|---|
getAudit, getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Cloneable |
|---|
clone_ |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Importer |
|---|
importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed |
|---|
getIndexEntry, getIndexEntry, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.XmlExporter |
|---|
exportXml |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView, getView |
| Methods inherited from interface org.opencrx.kernel.generic.cci2.DescriptionContainer |
|---|
addAdditionalDescription, getAdditionalDescription, getAdditionalDescription |
| Method Detail |
|---|
String getDescription()
description.
description.void setDescription(String description)
description.
description - The possibly null new value for attribute description.String getIdHistory()
idHistory.
idHistory.void setIdHistory(String idHistory)
idHistory.
idHistory - The possibly null new value for attribute idHistory.String getName()
name.
name.void setName(String name)
name.
name - The non-null new value for attribute name.Profile getParentProfile()
parentProfile.
null – value for this reference.void setParentProfile(Profile parentProfile)
parentProfile.
parentProfile - The non-null new value for this reference.String getVersionMajor()
versionMajor.
versionMajor.void setVersionMajor(String versionMajor)
versionMajor.
versionMajor - The non-null new value for attribute versionMajor.String getVersionMinor()
versionMinor.
versionMinor.void setVersionMinor(String versionMinor)
versionMinor.
versionMinor - The non-null new value for attribute versionMinor.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||