public class Path<T> extends Object
| Constructor and Description |
|---|
Path(String path,
String entity)
Constructor Path
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEntity()
Gets entity
|
String |
getPathString()
Gets path string
|
void |
setEntity(String entity)
Sets entity
|
void |
setPathString(String pathString)
Sets pathString
|
String |
toString() |
public String getPathString()
public void setPathString(String pathString)
pathString - public String getEntity()
public void setEntity(String entity)
entity - Copyright © 2017. All rights reserved.