public class ModuleDependency extends Object implements Serializable
Constructor and Description |
---|
ModuleDependency() |
ModuleDependency(String moduleID,
String moduleName,
String moduleVersionDependencyID,
String versionEnd,
String versionStart) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getModuleID()
Gets the moduleID value for this ModuleDependency.
|
String |
getModuleName()
Gets the moduleName value for this ModuleDependency.
|
String |
getModuleVersionDependencyID()
Gets the moduleVersionDependencyID value for this ModuleDependency.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getVersionEnd()
Gets the versionEnd value for this ModuleDependency.
|
String |
getVersionStart()
Gets the versionStart value for this ModuleDependency.
|
int |
hashCode() |
void |
setModuleID(String moduleID)
Sets the moduleID value for this ModuleDependency.
|
void |
setModuleName(String moduleName)
Sets the moduleName value for this ModuleDependency.
|
void |
setModuleVersionDependencyID(String moduleVersionDependencyID)
Sets the moduleVersionDependencyID value for this ModuleDependency.
|
void |
setVersionEnd(String versionEnd)
Sets the versionEnd value for this ModuleDependency.
|
void |
setVersionStart(String versionStart)
Sets the versionStart value for this ModuleDependency.
|
public String getModuleID()
public void setModuleID(String moduleID)
moduleID
- public String getModuleName()
public void setModuleName(String moduleName)
moduleName
- public String getModuleVersionDependencyID()
public void setModuleVersionDependencyID(String moduleVersionDependencyID)
moduleVersionDependencyID
- public String getVersionEnd()
public void setVersionEnd(String versionEnd)
versionEnd
- public String getVersionStart()
public void setVersionStart(String versionStart)
versionStart
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)