Class SimpleModule
- java.lang.Object
-
- org.openbravo.service.centralrepository.SimpleModule
-
public class SimpleModule extends Object
Marshals module objects returned fromCentralRepository
service requests
-
-
Method Summary
-
-
-
Method Detail
-
fromJson
public static SimpleModule fromJson(org.codehaus.jettison.json.JSONObject jsonModule)
Marshals json from central repository service into a module instance
-
getAuthor
public String getAuthor()
-
setAuthor
public void setAuthor(String author)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getHelp
public String getHelp()
-
setHelp
public void setHelp(String help)
-
getLicenseAgreement
public String getLicenseAgreement()
-
setLicenseAgreement
public void setLicenseAgreement(String licenseAgreement)
-
getLicenseType
public String getLicenseType()
-
setLicenseType
public void setLicenseType(String licenseType)
-
getModuleID
public String getModuleID()
-
setModuleID
public void setModuleID(String moduleID)
-
getModuleVersionID
public String getModuleVersionID()
-
setModuleVersionID
public void setModuleVersionID(String moduleVersionID)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getUpdateDescription
public String getUpdateDescription()
-
setUpdateDescription
public void setUpdateDescription(String updateDescription)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
getVersionNo
public String getVersionNo()
-
setVersionNo
public void setVersionNo(String versionNo)
-
isCommercial
public boolean isCommercial()
-
setCommercial
public void setCommercial(boolean isCommercial)
-
-