Class DeletedEntity

  • All Implemented Interfaces:
    java.io.Serializable

    @JsonObject("DeletedEntity")
    public class DeletedEntity
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • DeletedEntity

        public DeletedEntity()
    • Method Detail

      • getId

        public java.lang.Long getId()
      • setId

        public void setId​(java.lang.Long id)
      • getCode

        public java.lang.String getCode()
      • setCode

        public void setCode​(java.lang.String code)
      • getPermId

        public java.lang.String getPermId()
      • setPermId

        public void setPermId​(java.lang.String permId)
      • getIdentifier

        public java.lang.String getIdentifier()
      • setIdentifier

        public void setIdentifier​(java.lang.String identifier)
      • getEntityType

        public java.lang.String getEntityType()
      • setEntityType

        public void setEntityType​(java.lang.String entityType)
      • getEntityKind

        public EntityKind getEntityKind()
      • setEntityKind

        public void setEntityKind​(EntityKind entityKind)