Class CatalogLightVO

java.lang.Object
oracle.iam.catalog.vo.CatalogLightVO
All Implemented Interfaces:
Serializable

public class CatalogLightVO extends Object implements Serializable
See Also:
  • Constructor Details

    • CatalogLightVO

      public CatalogLightVO()
  • Method Details

    • getDeleted

      public Integer getDeleted()
    • setDeleted

      public void setDeleted(Integer deleted)
    • getEntityId

      public String getEntityId()
    • setEntityId

      public void setEntityId(String entityId)
    • getEntityType

      public OIMType getEntityType()
    • setEntityType

      public void setEntityType(OIMType entityType)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDisplayName

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getCategory

      public String getCategory()
    • setCategory

      public void setCategory(String category)
    • getCreateBy

      public Long getCreateBy()
    • setCreateBy

      public void setCreateBy(Long createBy)
    • getUpdateBy

      public Long getUpdateBy()
    • setUpdateBy

      public void setUpdateBy(Long updateBy)
    • getAutoTags

      public String getAutoTags()
    • setAutoTags

      public void setAutoTags(String autoTags)
    • getParentEntityKey

      public String getParentEntityKey()
    • setParentEntityKey

      public void setParentEntityKey(String parentEntityKey)
    • getParentEntityType

      public OIMType getParentEntityType()
    • setParentEntityType

      public void setParentEntityType(OIMType parentEntityType)
    • setOwnerKey

      public void setOwnerKey(String ownerKey)
    • getOwnerKey

      public String getOwnerKey()
    • toString

      public String toString()
      Overrides:
      toString in class Object