public class MobileAgentOS extends java.lang.Object implements Concept
mobile-agent-os concept.| Constructor and Description |
|---|
MobileAgentOS()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDependencies()
Retrieve the value of the
dependencies slot of
this event, containing the OS dependencies of the described
agent. |
java.lang.Long |
getMajorVersion()
Retrieve the value of the
major-version slot of
this event, containing the major version number of the OS of
the described agent. |
java.lang.Long |
getMinorVersion()
Retrieve the value of the
minor-version slot of
this event, containing the minor version number of the OS of
the described agent. |
java.lang.String |
getName()
Retrieve the value of the
name slot of this
action, containing the OS of the described agent. |
void |
setDependencies(java.lang.String d)
Set the
dependencies slot of this action. |
void |
setMajorVersion(java.lang.Long v)
Set the
major-version slot of this action. |
void |
setMinorVersion(java.lang.Long v)
Set the
minor-version slot of this action. |
void |
setName(java.lang.String n)
Set the
name slot of this action. |
public MobileAgentOS()
public void setName(java.lang.String n)
name slot of this action.n - The OS of the described agent.public java.lang.String getName()
name slot of this
action, containing the OS of the described agent.name slot, or
null if no value was set.public void setMajorVersion(java.lang.Long v)
major-version slot of this action.v - The major version number of the OS of the described
agent.public java.lang.Long getMajorVersion()
major-version slot of
this event, containing the major version number of the OS of
the described agent.major-version slot, or
null if no value was set.public void setMinorVersion(java.lang.Long v)
minor-version slot of this action.v - The minor version number of the OS of the described
agent.public java.lang.Long getMinorVersion()
minor-version slot of
this event, containing the minor version number of the OS of
the described agent.minor-version slot, or
null if no value was set.public void setDependencies(java.lang.String d)
dependencies slot of this action.d - The OS dependencies of the described agent.public java.lang.String getDependencies()
dependencies slot of
this event, containing the OS dependencies of the described
agent.dependencies slot, or
null if no value was set.