public class ModuleInfo extends Object
Constructor and Description |
---|
ModuleInfo() |
ModuleInfo(ModuleId pModuleId) |
ModuleInfo(ModuleInfo other) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
List<ModuleCapability> |
getCapabilities() |
String |
getDescription()
Gets the value of the description property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
ModuleId |
getModuleId()
Gets the value of the moduleId property.
|
ModuleType |
getModuleType()
Gets the value of the moduleType property.
|
boolean |
hasCapability(ModuleCapability capability) |
int |
hashCode() |
void |
setCapabilities(List<ModuleCapability> capabilities) |
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setModuleId(ModuleId value)
Sets the value of the moduleId property.
|
void |
setModuleType(ModuleType value)
Sets the value of the moduleType property.
|
String |
toString() |
public ModuleInfo()
public ModuleInfo(ModuleInfo other)
public ModuleInfo(ModuleId pModuleId)
public ModuleId getModuleId()
ModuleId
public void setModuleId(ModuleId value)
value
- allowed object is
ModuleId
public ModuleType getModuleType()
ModuleType
public void setModuleType(ModuleType value)
value
- allowed object is
ModuleType
public String getDisplayName()
String
public void setDisplayName(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public List<ModuleCapability> getCapabilities()
public void setCapabilities(List<ModuleCapability> capabilities)
public boolean hasCapability(ModuleCapability capability)
Copyright © 2007, 2013, Oracle and/or its affiliates. All rights reserved.