Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.dto
Class PersistTransactionRequest

java.lang.Object
  extended by org.geomajas.command.dto.PersistTransactionRequest
All Implemented Interfaces:
Serializable, CommandRequest

@Api(allMethods=true)
public class PersistTransactionRequest
extends Object
implements CommandRequest

Request object for PersistTransactionCommand.

Since:
1.6.0
Author:
Joachim Van der Auwera
See Also:
Serialized Form

Field Summary
static String COMMAND
          Command name for this request.
 
Constructor Summary
PersistTransactionRequest()
           
 
Method Summary
 String getCrs()
          Get the coordinate reference space which should be used for the returned geometries.
 FeatureTransaction getFeatureTransaction()
          Get the feature transaction.
 void setCrs(String crs)
          Set the coordinate reference space which should be used for the returned geometries.
 void setFeatureTransaction(FeatureTransaction featureTransaction)
          Set the feature transaction.
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COMMAND

public static final String COMMAND
Command name for this request.

Since:
1.9.0
See Also:
Constant Field Values
Constructor Detail

PersistTransactionRequest

public PersistTransactionRequest()
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

getCrs

public String getCrs()
Get the coordinate reference space which should be used for the returned geometries.

Returns:
crs

setCrs

public void setCrs(String crs)
Set the coordinate reference space which should be used for the returned geometries.

Parameters:
crs - crs

toString

public String toString()
Overrides:
toString in class Object

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.