org.jmythapi.database.impl
Class StorageGroupDirectory

java.lang.Object
  extended by org.jmythapi.impl.AData<E>
      extended by org.jmythapi.database.impl.ADatabaseRow<IStorageGroupDirectory.Props>
          extended by org.jmythapi.database.impl.StorageGroupDirectory
All Implemented Interfaces:
Cloneable, IStorageGroupDirectory, IPropertyAware<IStorageGroupDirectory.Props>, IVersionable

public class StorageGroupDirectory
extends ADatabaseRow<IStorageGroupDirectory.Props>
implements IStorageGroupDirectory


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jmythapi.database.IStorageGroupDirectory
IStorageGroupDirectory.Props
 
Field Summary
 
Fields inherited from class org.jmythapi.impl.AData
logger, propsClass, protoVersion, respArgs
 
Constructor Summary
StorageGroupDirectory(ProtocolVersion protoVersion, int dbVersion, List<String> data)
           
 
Method Summary
 Integer getDirectoryId()
           
 String getDirName()
           
 String getGroupName()
           
 String getHostName()
           
 
Methods inherited from class org.jmythapi.database.impl.ADatabaseRow
clone, decodeProperty, encodeProperty, equals, getDatabaseVersion, getProperties, getProperty, getPropertyIndex
 
Methods inherited from class org.jmythapi.impl.AData
getPropertyClass, getPropertyCount, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValueObject, getPropertyValues, getVersionNr, hashCode, init, postProcessArguments, setPropertyValue, setPropertyValue, setPropertyValueObject, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jmythapi.IPropertyAware
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject
 
Methods inherited from interface org.jmythapi.IVersionable
getVersionNr
 

Constructor Detail

StorageGroupDirectory

public StorageGroupDirectory(ProtocolVersion protoVersion,
                             int dbVersion,
                             List<String> data)
Method Detail

getDirectoryId

public Integer getDirectoryId()
Specified by:
getDirectoryId in interface IStorageGroupDirectory

getGroupName

public String getGroupName()
Specified by:
getGroupName in interface IStorageGroupDirectory

getHostName

public String getHostName()
Specified by:
getHostName in interface IStorageGroupDirectory

getDirName

public String getDirName()
Specified by:
getDirName in interface IStorageGroupDirectory


Copyright © 2008-2013. All Rights Reserved.