Class PageSegmentUpdateDTO
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.PageSegmentUpdateDTO
public final class PageSegmentUpdateDTO
extends com.google.gwt.core.client.JavaScriptObject
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
PageSegmentUpdateDTO
protected PageSegmentUpdateDTO()
-
-
Method Details
-
getUuid
-
setUuid
-
getWidth
public double getWidth() -
setWidth
public void setWidth(double width) -
getHeight
public double getHeight() -
setHeight
public void setHeight(double height) -
create
Replacement constructor. Creates a new nativePageSegmentUpdateDTO
.- Returns:
- The new instance.
-