Class URIInstructionDTO
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.instructions.URIInstructionDTO
public final class URIInstructionDTO
extends com.google.gwt.core.client.JavaScriptObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic URIInstructionDTO
Replacement constructor.static URIInstructionDTO
from
(com.levigo.jadice.web.shared.model.instruction.internal.URIInstruction instruction) getUri()
void
static com.levigo.jadice.web.shared.model.instruction.internal.URIInstruction
to
(URIInstructionDTO dto) Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
URIInstructionDTO
protected URIInstructionDTO()
-
-
Method Details
-
getUri
-
setUri
-
create
Replacement constructor. Creates a new nativeURIInstructionDTO
.- Returns:
- The new instance.
-
to
public static com.levigo.jadice.web.shared.model.instruction.internal.URIInstruction to(URIInstructionDTO dto)
-