|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectuk.ac.ic.doc.automed.reps.ConstructConstraint
public class ConstructConstraint
| Field Summary | |
|---|---|
private java.lang.String |
_ccid
|
private int |
_cid
|
private java.lang.String |
_cname
|
private java.lang.String |
_definition
|
private java.lang.String |
_name
|
| Constructor Summary | |
|---|---|
ConstructConstraint(int cid,
java.lang.String name,
java.lang.String definition)
Creates a new instance of ConstructConstraint with a random id |
|
ConstructConstraint(java.lang.String ccid,
int cid,
java.lang.String name,
java.lang.String definition)
Creates a new instance of ConstructConstraint |
|
| Method Summary | |
|---|---|
private java.lang.String |
getCcid()
Provide a temporary solution for lack of construct constraint id from the repository |
java.lang.String |
getConstructName()
Retrieve construct from repository |
java.lang.String |
getDefinition()
Return the constraint defintion |
PersistentKey |
getKey()
Implements the PersistentObject interface |
java.util.Map |
getPersistentAttributes()
Implements the PersistentObject interface |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String _ccid
private int _cid
private java.lang.String _cname
private java.lang.String _name
private java.lang.String _definition
| Constructor Detail |
|---|
public ConstructConstraint(java.lang.String ccid,
int cid,
java.lang.String name,
java.lang.String definition)
public ConstructConstraint(int cid,
java.lang.String name,
java.lang.String definition)
| Method Detail |
|---|
public java.util.Map getPersistentAttributes()
PersistentObject interface
getPersistentAttributes in interface PersistentObjectPersistentObject.getPersistentAttributes()public PersistentKey getKey()
PersistentObject interface
getKey in interface PersistentObjectuk.ac.ic.doc.automed.wrappersPersistentObject#getKey()private java.lang.String getCcid()
public java.lang.String getConstructName()
public java.lang.String getDefinition()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||