org.geomajas.command.dto
Class PersistTransactionResponse
java.lang.Object
org.geomajas.command.CommandResponse
org.geomajas.command.dto.PersistTransactionResponse
- All Implemented Interfaces:
- Serializable
@Api(allMethods=true)
public class PersistTransactionResponse
- extends CommandResponse
Response object for PersistTransactionCommand.
- Since:
- 1.6.0
- Author:
- Jan De Moerloose, Pieter De Graef, Joachim Van der Auwera
- See Also:
- Serialized Form
PersistTransactionResponse
public PersistTransactionResponse()
getFeatureTransaction
public FeatureTransaction getFeatureTransaction()
- Get the feature transaction.
- Returns:
- feature transaction
setFeatureTransaction
public void setFeatureTransaction(FeatureTransaction featureTransaction)
- Set the feature transaction.
- Parameters:
featureTransaction - feature transaction
toString
public String toString()
- Overrides:
toString in class CommandResponse
Copyright © 2014 Geosparc. All Rights Reserved.