public class Link extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
path |
protected int |
permissions |
protected String |
target |
| Constructor and Description |
|---|
Link() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
int |
getPermissions() |
String |
getTarget() |
void |
setPath(String path) |
void |
setPermissions(int permissions) |
void |
setTarget(String target) |
Copyright © 2021. All Rights Reserved.