public class CommandDescriptor extends Object implements Serializable
| Constructor and Description |
|---|
CommandDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
breakCommandSetDescriptorAssociation(CommandSetDescriptor commandSetDescriptor)
Method breakCommandSetDescriptorAssociation.
|
void |
createCommandSetDescriptorAssociation(CommandSetDescriptor commandSetDescriptor)
Method createCommandSetDescriptorAssociation.
|
boolean |
equals(Object other)
Method equals.
|
String |
getAction()
Get the action field.
|
String |
getName()
Get the name field.
|
CommandSetDescriptor |
getParent()
Get the parent field.
|
int |
hashCode()
Method hashCode.
|
boolean |
isEnabled()
Get the enabled field.
|
void |
setAction(String action)
Set the action field.
|
void |
setEnabled(boolean enabled)
Set the enabled field.
|
void |
setName(String name)
Set the name field.
|
String |
toString()
Method toString.
|
public void breakCommandSetDescriptorAssociation(CommandSetDescriptor commandSetDescriptor)
commandSetDescriptor - public void createCommandSetDescriptorAssociation(CommandSetDescriptor commandSetDescriptor)
commandSetDescriptor - public boolean equals(Object other)
public String getAction()
public String getName()
public CommandSetDescriptor getParent()
public boolean isEnabled()
public void setAction(String action)
action - public void setEnabled(boolean enabled)
enabled - public void setName(String name)
name - Copyright © 2008-2012 Sonatype. All Rights Reserved.