public class ApplicationInstanceLinks extends Object
Constructor and Description |
---|
ApplicationInstanceLinks()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
long |
getApplication()
Returns the application of the application instance.
|
long |
getApplicationHost()
Returns the application host of the application instance.
|
long |
getServer()
Returns the server of the application instance.
|
void |
setApplication(long application)
Sets the application of the application instance.
|
void |
setApplicationHost(long applicationHost)
Sets the application host of the application instance.
|
void |
setServer(long server)
Sets the server of the application instance.
|
String |
toString()
Returns a string representation of the object.
|
public void setApplication(long application)
application
- The application of the application instancepublic long getApplication()
public void setApplicationHost(long applicationHost)
applicationHost
- The application host of the application instancepublic long getApplicationHost()
public void setServer(long server)
server
- The server of the application instancepublic long getServer()
Copyright © 2018. All rights reserved.