Class UserEntity

java.lang.Object
overit.geocall.edm.model.Entity
overit.geocall.basic.bl.user.UserEntity
All Implemented Interfaces:
Serializable

@Name("configuration-identity-user") @Table(value="AUSER", acronym="AUSE") public class UserEntity extends Entity
This class represents the user entity.
To configure this entity and add extended attributes, it can be used its name <configuration-identity-user>.
See Also:
GCApi:
entity
  • Constructor Details

    • UserEntity

      public UserEntity()