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()
ModuleIdpublic void setModuleId(ModuleId value)
value - allowed object is
ModuleIdpublic ModuleType getModuleType()
ModuleTypepublic void setModuleType(ModuleType value)
value - allowed object is
ModuleTypepublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic List<ModuleCapability> getCapabilities()
public void setCapabilities(List<ModuleCapability> capabilities)
public boolean hasCapability(ModuleCapability capability)
Copyright © 2007, 2015, Oracle and/or its affiliates. All rights reserved.