pt.ist.fenixframework.dml
Class DomainEntity
java.lang.Object
pt.ist.fenixframework.dml.DomainEntity
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DomainClass, DomainExternalEntity
public abstract class DomainEntity
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DomainEntity
public DomainEntity(URL sourceFile,
String fullName)
getSourceFile
public URL getSourceFile()
getFullName
public String getFullName(String packagePrefix)
getFullName
public String getFullName()
getPackageName
public String getPackageName()
getName
public String getName()
getBaseName
public String getBaseName()
findSlot
public Slot findSlot(String slotName)
findRoleSlot
public Role findRoleSlot(String roleName)
addRoleSlot
public abstract void addRoleSlot(Role role)
Copyright © 2013. All Rights Reserved.