public class Platform
extends java.lang.Object
| Constructor and Description |
|---|
Platform() |
Platform(java.lang.String name,
boolean isActive,
java.lang.String shortDesc) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the name of the platform.
|
java.lang.String |
getShortDesc()
Gets the short description of the platform.
|
boolean |
isIsActive()
Gets the activity status of the platform.
|
void |
setIsActive(boolean isActive)
Sets the activity status of the platform.
|
void |
setName(java.lang.String name)
Sets the name of the platform.
|
void |
setShortDesc(java.lang.String shortDesc)
Sets the short description of the platform.
|
public Platform()
public Platform(java.lang.String name,
boolean isActive,
java.lang.String shortDesc)
public java.lang.String getName()
public void setName(java.lang.String name)
name - public boolean isIsActive()
public void setIsActive(boolean isActive)
isActive - public java.lang.String getShortDesc()
public void setShortDesc(java.lang.String shortDesc)
shortDesc - Copyright © Micro Focus 2004-2019. All rights reserved.