Class FileContent

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

public class FileContent extends MorpheusModel
  • Field Details

    • name

      protected String name
    • code

      protected String code
    • fileVersion

      protected String fileVersion
    • integration

      protected AccountIntegration integration
    • repository

      protected CodeRepository repository
    • storageProvider

      protected StorageBucket storageProvider
    • contentType

      protected String contentType
    • sourceType

      protected String sourceType
    • contentPath

      protected String contentPath
    • content

      protected String content
    • contentRef

      protected String contentRef
    • enabled

      protected Boolean enabled
    • editable

      protected Boolean editable
    • internalId

      protected String internalId
    • externalId

      protected String externalId
    • uuid

      protected String uuid
    • dateCreated

      protected Date dateCreated
    • lastUpdated

      protected Date lastUpdated
    • createdBy

      protected String createdBy
    • updatedBy

      protected String updatedBy
  • Constructor Details

    • FileContent

      public FileContent()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getFileVersion

      public String getFileVersion()
    • setFileVersion

      public void setFileVersion(String fileVersion)
    • getIntegration

      public AccountIntegration getIntegration()
    • setIntegration

      public void setIntegration(AccountIntegration integration)
    • getRepository

      public CodeRepository getRepository()
    • setRepository

      public void setRepository(CodeRepository repository)
    • getStorageProvider

      public StorageBucket getStorageProvider()
    • setStorageProvider

      public void setStorageProvider(StorageBucket storageProvider)
    • getContentType

      public String getContentType()
    • setContentType

      public void setContentType(String contentType)
    • getSourceType

      public String getSourceType()
    • setSourceType

      public void setSourceType(String sourceType)
    • getContentPath

      public String getContentPath()
    • setContentPath

      public void setContentPath(String contentPath)
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • getContentRef

      public String getContentRef()
    • setContentRef

      public void setContentRef(String contentRef)
    • getEnabled

      public Boolean getEnabled()
    • setEnabled

      public void setEnabled(Boolean enabled)
    • getEditable

      public Boolean getEditable()
    • setEditable

      public void setEditable(Boolean editable)
    • getInternalId

      public String getInternalId()
    • setInternalId

      public void setInternalId(String internalId)
    • getExternalId

      public String getExternalId()
    • setExternalId

      public void setExternalId(String externalId)
    • getUuid

      public String getUuid()
    • setUuid

      public void setUuid(String uuid)
    • getDateCreated

      public Date getDateCreated()
    • setDateCreated

      public void setDateCreated(Date dateCreated)
    • getLastUpdated

      public Date getLastUpdated()
    • setLastUpdated

      public void setLastUpdated(Date lastUpdated)
    • getCreatedBy

      public String getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(String createdBy)
    • getUpdatedBy

      public String getUpdatedBy()
    • setUpdatedBy

      public void setUpdatedBy(String updatedBy)