public class AsistenciaSetCollection
extends org.orm.util.ORMSet
| Constructor and Description |
|---|
AsistenciaSetCollection(java.lang.Object owner,
org.orm.util.ORMAdapter adapter,
int ownerKey,
int collType) |
AsistenciaSetCollection(java.lang.Object owner,
org.orm.util.ORMAdapter adapter,
int ownerKey,
int targetKey,
int collType) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Asistencia value)
Add the specified persistent object to ORMSet
|
boolean |
contains(Asistencia value)
Return true if ORMSet contains the specified persistent object
|
java.util.Iterator |
getIterator()
Return an iterator over the persistent objects
|
protected org.orm.PersistentManager |
getPersistentManager() |
void |
remove(Asistencia value)
Remove the specified persistent object from ORMSet
|
Asistencia[] |
toArray()
Return an array containing all of the persistent objects in ORMSet
|
Asistencia[] |
toArray(java.lang.String propertyName)
Return an sorted array containing all of the persistent objects in ORMSet
|
Asistencia[] |
toArray(java.lang.String propertyName,
boolean ascending)
Return an sorted array containing all of the persistent objects in ORMSet
|
public AsistenciaSetCollection(java.lang.Object owner,
org.orm.util.ORMAdapter adapter,
int ownerKey,
int targetKey,
int collType)
public AsistenciaSetCollection(java.lang.Object owner,
org.orm.util.ORMAdapter adapter,
int ownerKey,
int collType)
public java.util.Iterator getIterator()
public void add(Asistencia value)
value - the persistent objectpublic void remove(Asistencia value)
value - the persistent objectpublic boolean contains(Asistencia value)
value - the persistent objectpublic Asistencia[] toArray()
public Asistencia[] toArray(java.lang.String propertyName)
propertyName - Name of the property for sorting:public Asistencia[] toArray(java.lang.String propertyName, boolean ascending)
propertyName - Name of the property for sorting:ascending - true for ascending, false for descendingprotected org.orm.PersistentManager getPersistentManager()
throws org.orm.PersistentException
getPersistentManager in class org.orm.util.ORMSetorg.orm.PersistentException