public class CustomizationModuleMetadatas extends Object
| Modifier and Type | Field and Description |
|---|---|
List<String> |
customizationIDs
The customization i ds.
|
ICustomizationModule |
module
The module.
|
| Constructor and Description |
|---|
CustomizationModuleMetadatas() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getCustomizationIDs()
Gets the customization i ds.
|
ICustomizationModule |
getModule()
Gets the module.
|
String |
getName()
Gets the name.
|
int |
getOrder()
Gets the order.
|
int |
hashCode() |
void |
setCustomizationIDs(List<String> customizationIDs)
Sets the customization i ds.
|
void |
setModule(ICustomizationModule module)
Sets the module.
|
void |
setName(String name)
Sets the name.
|
void |
setOrder(int order)
Sets the order.
|
public ICustomizationModule module
public ICustomizationModule getModule()
public void setModule(ICustomizationModule module)
module - the new modulepublic String getName()
public void setName(String name)
name - the new namepublic int getOrder()
public void setOrder(int order)
order - the new orderpublic List<String> getCustomizationIDs()
public void setCustomizationIDs(List<String> customizationIDs)
customizationIDs - the new customization i dsCopyright © 2021. All rights reserved.