public class ApexApplication extends Object implements Comparable<ApexApplication>
| Constructor and Description |
|---|
ApexApplication(int id) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ApexApplication o) |
boolean |
equals(Object otherObj) |
int |
getId() |
Path |
getLocation() |
String |
getName() |
String |
getVersion() |
int |
hashCode() |
boolean |
isLocationDirectory() |
void |
setLocation(Path location) |
void |
setLocationIsDirectory(boolean locationIsDirectory) |
void |
setName(String name) |
void |
setVersion(String version) |
String |
toString() |
public int getId()
public String getName()
public void setName(String name)
public String getVersion()
public void setVersion(String version)
public Path getLocation()
public void setLocation(Path location)
public void setLocationIsDirectory(boolean locationIsDirectory)
public boolean isLocationDirectory()
public int compareTo(ApexApplication o)
compareTo in interface Comparable<ApexApplication>Copyright © 2016. All rights reserved.