Package overit.geocall.basic.bl.usertype
Class UserTypeEntity
java.lang.Object
overit.geocall.edm.model.Entity
overit.geocall.basic.bl.usertype.UserTypeEntity
- All Implemented Interfaces:
Serializable
@Name("configuration-identity-userType")
@Table(value="TUSER",
acronym="TUSE")
public class UserTypeEntity
extends Entity
This class represents the user type entity.
To configure this entity and add extended attributes, it can be used its name <configuration-identity-userType>.
To configure this entity and add extended attributes, it can be used its name <configuration-identity-userType>.
- See Also:
- GCApi:
- entity
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.edm.model.Entity
Entity.Anonymous, Entity.Code, Entity.Description, Entity.Final, Entity.Name, Entity.Pool, Entity.System, Entity.Table, Entity.TimeZoneResolver -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class overit.geocall.edm.model.Entity
equals, getAcronym, getCode, getCompanyIdField, getDescription, getExtensionColumn, getId, getLayer, getName, getPool, getTable, getTimeZoneResolver, hashCode, isAnonymous, isFinal, isSystem, toString
-
Constructor Details
-
UserTypeEntity
public UserTypeEntity()
-