Class EntityDescriptor

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

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

    • EntityDescriptor

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

    • getVersion

      @Nullable public @Nullable Long getVersion()
      Deprecated.
    • getCreateuser

      @Nullable public @Nullable String getCreateuser()
      Deprecated.
    • getUpdateuser

      @Nullable public @Nullable String getUpdateuser()
      Deprecated.
    • getCreatets

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

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

      @Nullable public @Nullable String getKey()
      Deprecated.