Class RepositoriesTypeManager.AttachmentDescriptor
- java.lang.Object
-
- org.silverpeas.core.importexport.control.RepositoriesTypeManager.AttachmentDescriptor
-
- Enclosing class:
- RepositoriesTypeManager
public static class RepositoriesTypeManager.AttachmentDescriptor extends Object
-
-
Constructor Summary
Constructors Constructor Description AttachmentDescriptor()
-
Method Summary
-
-
-
Method Detail
-
getCurrentUser
public User getCurrentUser()
-
setCurrentUser
public RepositoriesTypeManager.AttachmentDescriptor setCurrentUser(User currentUser)
-
getComponentId
public String getComponentId()
-
setComponentId
public RepositoriesTypeManager.AttachmentDescriptor setComponentId(String componentId)
-
getResourceId
public String getResourceId()
-
setResourceId
public RepositoriesTypeManager.AttachmentDescriptor setResourceId(String resourceId)
-
getOldSilverpeasId
public String getOldSilverpeasId()
-
setOldSilverpeasId
public RepositoriesTypeManager.AttachmentDescriptor setOldSilverpeasId(String oldSilverpeasId)
-
getDocumentType
public DocumentType getDocumentType()
-
setDocumentType
public RepositoriesTypeManager.AttachmentDescriptor setDocumentType(DocumentType documentType)
-
getFile
public File getFile()
-
setFile
public RepositoriesTypeManager.AttachmentDescriptor setFile(File file)
-
isUseFileMetadata
public boolean isUseFileMetadata()
-
setUseFileMetadata
public RepositoriesTypeManager.AttachmentDescriptor setUseFileMetadata(boolean useFileMetadata)
-
getContentLanguage
public String getContentLanguage()
-
setContentLanguage
public RepositoriesTypeManager.AttachmentDescriptor setContentLanguage(String contentLanguage)
-
getTitle
public String getTitle()
-
setTitle
public RepositoriesTypeManager.AttachmentDescriptor setTitle(String title)
-
getDescription
public String getDescription()
-
setDescription
public RepositoriesTypeManager.AttachmentDescriptor setDescription(String description)
-
getCreationDate
public Date getCreationDate()
-
setCreationDate
public RepositoriesTypeManager.AttachmentDescriptor setCreationDate(Date creationDate)
-
isHasToBeIndexed
public boolean isHasToBeIndexed()
-
setHasToBeIndexed
public RepositoriesTypeManager.AttachmentDescriptor setHasToBeIndexed(boolean hasToBeIndexed)
-
isComponentVersionActivated
public boolean isComponentVersionActivated()
-
setComponentVersionActivated
public RepositoriesTypeManager.AttachmentDescriptor setComponentVersionActivated(boolean componentVersionActivated)
-
isPublicVersionRequired
public boolean isPublicVersionRequired()
-
setPublicVersionRequired
public RepositoriesTypeManager.AttachmentDescriptor setPublicVersionRequired(boolean publicVersionRequired)
-
getVersionComment
public String getVersionComment()
-
setVersionComment
public RepositoriesTypeManager.AttachmentDescriptor setVersionComment(String versionComment)
-
getResourceReference
public ResourceReference getResourceReference()
-
-