public abstract class CategoryLineCommand extends Command
Modifier and Type | Field and Description |
---|---|
protected CoserConstants.Category |
category
Category de données sur lequel porte l'action.
|
protected String |
lineNumber
Line index of object to do command to.
|
commandUUID, comment
Constructor and Description |
---|
CategoryLineCommand() |
Modifier and Type | Method and Description |
---|---|
CoserConstants.Category |
getCategory() |
String |
getLineNumber() |
void |
setCategory(CoserConstants.Category category) |
void |
setLineNumber(String lineNumber) |
doCommand, fromStringRepresentation, getCommandUUID, getComment, getDescription, getLogString, setCommandUUID, setComment, toStringRepresentation, undoCommand
protected CoserConstants.Category category
protected String lineNumber
public CoserConstants.Category getCategory()
public void setCategory(CoserConstants.Category category)
public String getLineNumber()
public void setLineNumber(String lineNumber)
Copyright © 2010–2015 Ifremer. All rights reserved.