Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.dto
Class PersistTransactionResponse

java.lang.Object
  extended by org.geomajas.command.CommandResponse
      extended by 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

Constructor Summary
PersistTransactionResponse()
           
 
Method Summary
 FeatureTransaction getFeatureTransaction()
          Get the feature transaction.
 void setFeatureTransaction(FeatureTransaction featureTransaction)
          Set the feature transaction.
 String toString()
           
 
Methods inherited from class org.geomajas.command.CommandResponse
getErrorMessages, getErrors, getExceptions, getExecutionTime, getId, isError, setExecutionTime, setId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersistTransactionResponse

public PersistTransactionResponse()
Method Detail

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

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.