Package tsl2.nano.cursus.persistence
Class EGrex
- All Implemented Interfaces:
de.tsl2.nano.service.util.IPersistable<String>,Serializable
@Entity
public class EGrex
extends Grex<Object,Object>
implements de.tsl2.nano.service.util.IPersistable<String>
- See Also:
-
Field Summary
Fields inherited from class tsl2.nano.cursus.Grex
genRes, validObjectIDs -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactionTest(Object objectId) createResForId(Object objectId) getId()voidvoidvoidsetValidObjectIDs(HashSet<String> validObjectIDs)
-
Constructor Details
-
EGrex
public EGrex() -
EGrex
-
EGrex
-
-
Method Details
-
getId
- Specified by:
getIdin interfacede.tsl2.nano.service.util.IPersistable<String>
-
setId
- Specified by:
setIdin interfacede.tsl2.nano.service.util.IPersistable<String>
-
getGenRes
-
setGenRes
-
getValidObjectIDs
-
setValidObjectIDs
-
createResForId
- Overrides:
createResForIdin classGrex<Object,Object>
-
createParts
- Overrides:
createPartsin classGrex<Object,Object>
-
actionTest
-