Class EntityDescriptor

java.lang.Object
ch.tocco.nice2.netui.api.bind.entity.EntityDescriptor

public class EntityDescriptor extends Object
Marshallable entity representation for the auto-field infos (version, create timestamp etc).
  • Constructor Details

    • EntityDescriptor

      public EntityDescriptor(@Nullable @Nullable Entity entity) throws PersistException
      Parameters:
      entity - The Entity for which to create it.
      Throws:
      PersistException - on error
  • Method Details

    • getVersion

      @Nullable public @Nullable Long getVersion()
    • getCreateuser

      @Nullable public @Nullable String getCreateuser()
    • getUpdateuser

      @Nullable public @Nullable String getUpdateuser()
    • getCreatets

      @Nullable public @Nullable org.joda.time.DateTime getCreatets()
    • getUpdatets

      @Nullable public @Nullable org.joda.time.DateTime getUpdatets()
    • getKey

      @Nullable public @Nullable String getKey()