com.dotmarketing.beans
Class Host

java.lang.Object
  extended by com.dotmarketing.beans.Inode
      extended by com.dotmarketing.beans.Host
All Implemented Interfaces:
java.io.Serializable

public class Host
extends Inode

Author:
David
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dotmarketing.beans.Inode
inode
 
Constructor Summary
Host()
           
 
Method Summary
 java.lang.String getAliases()
           
 java.lang.String getHostname()
           
 java.util.Map<java.lang.String,java.lang.Object> getMap()
          Returns a hashmap with all the inode fields
 boolean isDefault()
           
 void setAliases(java.lang.String aliases)
           
 void setDefault(boolean isDefault)
           
 void setHostname(java.lang.String hostname)
           
 
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
 

Constructor Detail

Host

public Host()
Method Detail

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.