Class AccountNamespace

java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.AccountNamespace

public class AccountNamespace extends MorpheusModel
  • Field Details

    • owner

      protected Account owner
    • account

      protected Account account
    • visibility

      protected String visibility
    • integrationId

      protected Long integrationId
    • name

      protected String name
    • code

      protected String code
    • category

      protected String category
    • refType

      protected String refType
    • refId

      protected Long refId
    • internalId

      protected String internalId
    • externalId

      protected String externalId
    • uniqueId

      protected String uniqueId
    • parentId

      protected String parentId
    • enabled

      protected Boolean enabled
    • dateCreated

      protected Date dateCreated
    • lastUpdated

      protected Date lastUpdated
  • Constructor Details

    • AccountNamespace

      public AccountNamespace()
  • Method Details

    • getOwner

      public Account getOwner()
    • setOwner

      public void setOwner(Account owner)
    • getAccount

      public Account getAccount()
    • setAccount

      public void setAccount(Account account)
    • getVisibility

      public String getVisibility()
    • setVisibility

      public void setVisibility(String visibility)
    • getIntegrationId

      public Long getIntegrationId()
    • setIntegrationId

      public void setIntegrationId(Long integrationId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getCategory

      public String getCategory()
    • setCategory

      public void setCategory(String category)
    • getRefType

      public String getRefType()
    • setRefType

      public void setRefType(String refType)
    • getRefId

      public Long getRefId()
    • setRefId

      public void setRefId(Long refId)
    • getInternalId

      public String getInternalId()
    • setInternalId

      public void setInternalId(String internalId)
    • getExternalId

      public String getExternalId()
    • setExternalId

      public void setExternalId(String externalId)
    • getUniqueId

      public String getUniqueId()
    • setUniqueId

      public void setUniqueId(String uniqueId)
    • getParentId

      public String getParentId()
    • setParentId

      public void setParentId(String parentId)
    • getEnabled

      public Boolean getEnabled()
    • setEnabled

      public void setEnabled(Boolean enabled)
    • getDateCreated

      public Date getDateCreated()
    • setDateCreated

      public void setDateCreated(Date dateCreated)
    • getLastUpdated

      public Date getLastUpdated()
    • setLastUpdated

      public void setLastUpdated(Date lastUpdated)