|
Geomajas, Geomajas server: Main - commands 1.15.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.geomajas.command.dto.PersistTransactionRequest
@Api(allMethods=true) public class PersistTransactionRequest
Request object for PersistTransactionCommand.
| 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 |
|---|
public static final String COMMAND
| Constructor Detail |
|---|
public PersistTransactionRequest()
| Method Detail |
|---|
public FeatureTransaction getFeatureTransaction()
public void setFeatureTransaction(FeatureTransaction featureTransaction)
featureTransaction - feature transactionpublic String getCrs()
public void setCrs(String crs)
crs - crspublic String toString()
toString in class Object
|
Geomajas, Geomajas server: Main - commands 1.15.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||