public class Resource extends Object
| Constructor and Description |
|---|
Resource() |
Resource(int i,
String resourceLocalPath,
String resourceRemotePath,
String owner) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
String |
getOwner() |
String |
getResourceLocalPath() |
String |
getResourcePath() |
void |
setId(int id) |
void |
setOwner(String owner) |
void |
setResourceLocalPath(String resourceLocalPath) |
void |
setResourceName(String resourcePath) |
public int getId()
public void setId(int id)
public String getResourcePath()
public String getResourceLocalPath()
public void setResourceLocalPath(String resourceLocalPath)
public void setResourceName(String resourcePath)
public String getOwner()
public void setOwner(String owner)
Copyright © 2017. All Rights Reserved.