|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ail.core.Type
com.ail.core.Allowable
public class Allowable
| Field Summary |
|---|
| Fields inherited from class com.ail.core.Type |
|---|
jXPathContext, NOT_PERSISTED |
| Constructor Summary | |
|---|---|
Allowable()
|
|
| Method Summary | |
|---|---|
void |
addAllowable(Allowable allowable)
Add an instance of com.ail.core.Allowable to the list associated with this object. |
java.util.Collection<Allowable> |
getAllowable()
Get the collection of instances of com.ail.core.Allowable associated with this object. |
Allowable |
getAllowable(int i)
Fetch a spacific com.ail.core.Allowable from the collection by index number. |
int |
getAllowableCount()
Get a count of the number of com.ail.core.Allowable instances associated with this object |
java.lang.String |
getClassName()
Get the className associated with this allowable. |
java.lang.String |
getName()
Get the name associated with this allowable. |
java.lang.String |
getTypeId()
Get the typeId associated with this allowable. |
void |
removeAllowable(Allowable wording)
Remove the specified instance of com.ail.core.Allowable from the list. |
void |
removeAllowable(int i)
Remove the element specified from the list. |
void |
setAllowable(java.util.Collection<Allowable> allowable)
Set the collection of instances of com.ail.core.Allowable associated with this object. |
void |
setClassName(java.lang.String className)
Set the className associated with this allowable |
void |
setName(java.lang.String name)
Set the name associated with this allowable |
void |
setTypeId(java.lang.String typeId)
Set the typeId associated with this allowable |
| Methods inherited from class com.ail.core.Type |
|---|
addAttribute, clone, deleteLock, deleteSerialVersion, fetchJXPathContext, getAttribute, getAttribute, getAttributeCount, getForeignSystemId, getLock, getSerialVersion, getSystemId, hasLock, hasSerialVersion, hasSystemId, isPersisted, markAsNotPersisted, mergeWithDataFrom, removeAttribute, removeAttribute, setAttribute, setForeignSystemId, setLock, setSerialVersion, setSystemId, xpathGet, xpathGet, xpathIterate, xpathSet |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Allowable()
| Method Detail |
|---|
public java.lang.String getClassName()
public void setClassName(java.lang.String className)
className - New field classNamepublic java.lang.String getTypeId()
public void setTypeId(java.lang.String typeId)
typeId - New field typeIdpublic java.lang.String getName()
public void setName(java.lang.String name)
name - New field namepublic java.util.Collection<Allowable> getAllowable()
setAllowable(java.util.Collection) public void setAllowable(java.util.Collection<Allowable> allowable)
allowable - A collection of instances of AllowablegetAllowable()public int getAllowableCount()
public Allowable getAllowable(int i)
i - Index of element to return
public void removeAllowable(int i)
i - Index of element to removepublic void removeAllowable(Allowable wording)
wording - Instance to be removedpublic void addAllowable(Allowable allowable)
wording - Instance to add to list
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||