public class ValidateComponentsForPackageCmdImpl extends TaskCommandImpl implements ValidateComponentsCmd
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | CLASSNAME
The name of this class.
|
| static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
| Constructor and Description |
|---|
| ValidateComponentsForPackageCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
| boolean | isValid()
The method returns validation result of this command.
|
| void | performExecute()
This method performs the main business logic.
|
| void | reset()
This method resets instance variables.
|
| void | setParentCatEntryId(java.lang.Long parentCatEntryId)
The method sets parent CatEntry id.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public boolean isValid()
public void setParentCatEntryId(java.lang.Long parentCatEntryId)
public void performExecute()
throws ECException
public void reset()