|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.module.ModuleDetailsImpl
public class ModuleDetailsImpl
Nested Class Summary | |
---|---|
static class |
ModuleDetailsImpl.ModuleDependencyImpl
|
Field Summary |
---|
Fields inherited from interface org.alfresco.service.cmr.module.ModuleDetails |
---|
INVALID_ID_REGEX, PROP_ALIASES, PROP_DEPENDS_PREFIX, PROP_DESCRIPTION, PROP_ID, PROP_INSTALL_DATE, PROP_INSTALL_STATE, PROP_REPO_VERSION_MAX, PROP_REPO_VERSION_MIN, PROP_TITLE, PROP_VERSION |
Constructor Summary | |
---|---|
ModuleDetailsImpl(java.util.Properties properties)
Creates the instance from a set of properties. |
|
ModuleDetailsImpl(java.lang.String id,
org.alfresco.util.VersionNumber versionNumber,
java.lang.String title,
java.lang.String description)
|
Method Summary | |
---|---|
java.util.List |
getAliases()
|
java.util.List |
getDependencies()
|
java.lang.String |
getDescription()
Get the description of the module |
java.lang.String |
getId()
Get the id of the module |
java.util.Date |
getInstallDate()
Get the modules install date |
ModuleInstallState |
getInstallState()
Get the modules install state |
java.util.Properties |
getProperties()
Get all defined properties. |
org.alfresco.util.VersionNumber |
getRepoVersionMax()
|
org.alfresco.util.VersionNumber |
getRepoVersionMin()
|
java.lang.String |
getTitle()
Get the title of the module |
org.alfresco.util.VersionNumber |
getVersion()
Get the version number of the module |
void |
setInstallDate(java.util.Date installDate)
Set the module installation date. |
void |
setInstallState(ModuleInstallState installState)
Set the module install state. |
void |
setRepoVersionMax(org.alfresco.util.VersionNumber repoVersionMax)
|
void |
setRepoVersionMin(org.alfresco.util.VersionNumber repoVersionMin)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ModuleDetailsImpl(java.util.Properties properties)
properties
- the set of propertiespublic ModuleDetailsImpl(java.lang.String id, org.alfresco.util.VersionNumber versionNumber, java.lang.String title, java.lang.String description)
id
- module idversionNumber
- version numbertitle
- titledescription
- descriptionMethod Detail |
---|
public java.util.Properties getProperties()
ModuleDetails
getProperties
in interface ModuleDetails
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getId()
ModuleDetails
getId
in interface ModuleDetails
public java.util.List getAliases()
getAliases
in interface ModuleDetails
public org.alfresco.util.VersionNumber getVersion()
ModuleDetails
getVersion
in interface ModuleDetails
public java.lang.String getTitle()
ModuleDetails
getTitle
in interface ModuleDetails
public java.lang.String getDescription()
ModuleDetails
getDescription
in interface ModuleDetails
public org.alfresco.util.VersionNumber getRepoVersionMin()
getRepoVersionMin
in interface ModuleDetails
public void setRepoVersionMin(org.alfresco.util.VersionNumber repoVersionMin)
setRepoVersionMin
in interface ModuleDetails
repoVersionMin
- the minimum version of the repository in which the module may be acitvepublic org.alfresco.util.VersionNumber getRepoVersionMax()
getRepoVersionMax
in interface ModuleDetails
public void setRepoVersionMax(org.alfresco.util.VersionNumber repoVersionMax)
setRepoVersionMax
in interface ModuleDetails
repoVersionMax
- the maximum version of the repository in which the module may be acitvepublic java.util.List getDependencies()
getDependencies
in interface ModuleDetails
public java.util.Date getInstallDate()
ModuleDetails
getInstallDate
in interface ModuleDetails
public void setInstallDate(java.util.Date installDate)
ModuleDetails
setInstallDate
in interface ModuleDetails
installDate
- the module install datepublic ModuleInstallState getInstallState()
ModuleDetails
getInstallState
in interface ModuleDetails
public void setInstallState(ModuleInstallState installState)
ModuleDetails
setInstallState
in interface ModuleDetails
installState
- the module install state
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |