sl
Class Slot
java.lang.Object
sl.Slot
- public class Slot
- extends java.lang.Object
|
Field Summary |
private java.lang.Long |
category
|
private java.lang.String |
name
|
private java.lang.Boolean |
presence
|
private java.lang.String |
type
|
|
Constructor Summary |
Slot()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
private java.lang.String name
type
private java.lang.String type
category
private java.lang.Long category
presence
private java.lang.Boolean presence
Slot
public Slot()
setName
public void setName(java.lang.String n)
getName
public java.lang.String getName()
setType
public void setType(java.lang.String t)
getType
public java.lang.String getType()
setCategory
public void setCategory(java.lang.Long c)
getCategory
public java.lang.Long getCategory()
setPresence
public void setPresence(java.lang.Boolean p)
getPresence
public java.lang.Boolean getPresence()
Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.