Search in sources :

Example 1 with Equals

use of org.whole.lang.tests.model.Equals in project whole by wholeplatform.

the class EqualsPart method getModelSpecificChildren.

protected List<IEntity> getModelSpecificChildren() {
    Equals entity = getModelEntity();
    List<IEntity> list = new ArrayList<IEntity>(1);
    list.add(entity.getObject());
    return list;
}
Also used : Equals(org.whole.lang.tests.model.Equals) IEntity(org.whole.lang.model.IEntity) ArrayList(java.util.ArrayList)

Aggregations

ArrayList (java.util.ArrayList)1 IEntity (org.whole.lang.model.IEntity)1 Equals (org.whole.lang.tests.model.Equals)1