public class SaveRequest extends Object implements com.google.gwt.user.client.rpc.IsSerializable
Constructor and Description |
---|
SaveRequest() |
SaveRequest(SaveOperationType type,
String toSaveId,
String destinationBasketId,
String toSaveName) |
Modifier and Type | Method and Description |
---|---|
String |
getDestinationBasketId() |
String |
getToSaveId() |
String |
getToSaveName() |
SaveOperationType |
getType() |
void |
setDestinationBasketId(String destinationBasketId) |
void |
setToSaveId(String toSaveId) |
void |
setToSaveName(String toSaveName) |
void |
setType(SaveOperationType type) |
String |
toString() |
public SaveRequest()
public SaveRequest(SaveOperationType type, String toSaveId, String destinationBasketId, String toSaveName)
public SaveOperationType getType()
public void setType(SaveOperationType type)
public String getToSaveId()
public void setToSaveId(String toSaveId)
public String getDestinationBasketId()
public void setDestinationBasketId(String destinationBasketId)
public String getToSaveName()
public void setToSaveName(String toSaveName)
Copyright © 2015. All Rights Reserved.