public class StructureDTO extends BaseBridgeFacet implements HasId, Serializable, FarObject<Structure>
| Constructor and Description |
|---|
StructureDTO() |
| Modifier and Type | Method and Description |
|---|---|
Structure |
declareNearType()
Declares the near type that corresponds to the object that implements this interface.
|
boolean |
equals(Object other) |
Long |
getId() |
int |
getMaxDepth() |
Set<NodeDTO> |
getRootNodes() |
String |
getURI() |
int |
hashCode() |
void |
markExtensible(NodeDTO node) |
void |
setId(Long id) |
void |
setMaxDepth(int maxDepth) |
void |
setURI(String uri) |
String |
toString() |
getBridgeFacets, hasBridgeFacets, setBridgeFacetspublic String getURI()
public void setURI(String uri)
public int getMaxDepth()
public void setMaxDepth(int maxDepth)
public void markExtensible(NodeDTO node)
public Structure declareNearType()
DeclaresNearTypedeclareNearType in interface DeclaresNearType<Structure>Copyright © 2013. All Rights Reserved.