com.dotmarketing.beans
Class Host
java.lang.Object
com.dotmarketing.beans.Inode
com.dotmarketing.beans.Host
- All Implemented Interfaces:
- java.io.Serializable
public class Host
- extends Inode
- Author:
- David
- See Also:
- Serialized Form
| Fields inherited from class com.dotmarketing.beans.Inode |
inode |
|
Constructor Summary |
Host()
|
| Methods inherited from class com.dotmarketing.beans.Inode |
addChild, addChild, addParent, addParent, deleteChild, deleteChild, deleteParent, deleteParent, equals, getiDate, getIDate, getIdentifier, getInode, getOwner, getType, hasChildren, hasParents, isNew, setiDate, setIDate, setIDate, setIdentifier, setInode, setInode, setOwner, setOwner, setParents, setType |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Host
public Host()
getAliases
public java.lang.String getAliases()
setAliases
public void setAliases(java.lang.String aliases)
getHostname
public java.lang.String getHostname()
setHostname
public void setHostname(java.lang.String hostname)
isDefault
public boolean isDefault()
setDefault
public void setDefault(boolean isDefault)
getMap
public java.util.Map<java.lang.String,java.lang.Object> getMap()
- Description copied from class:
Inode
- Returns a hashmap with all the inode fields
- Overrides:
getMap in class Inode
- Returns:
- the map
Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.