com.hyper9.simdk.stubs.dao
Class DiagnosticManagerLogDescriptor

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.DiagnosticManagerLogDescriptor
All Implemented Interfaces:
Serializable

public class DiagnosticManagerLogDescriptor
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
DiagnosticManagerLogDescriptor()
           
 
Method Summary
 String getCreator()
           
 String getFileName()
           
 String getFormat()
           
 Description getInfo()
           
 String getKey()
           
 String getMimeType()
           
 void setCreator(String toSet)
           
 void setFileName(String toSet)
           
 void setFormat(String toSet)
           
 void setInfo(Description toSet)
           
 void setKey(String toSet)
           
 void setMimeType(String toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiagnosticManagerLogDescriptor

public DiagnosticManagerLogDescriptor()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String toSet)

getFileName

public String getFileName()

setFileName

public void setFileName(String toSet)

getCreator

public String getCreator()

setCreator

public void setCreator(String toSet)

getFormat

public String getFormat()

setFormat

public void setFormat(String toSet)

getMimeType

public String getMimeType()

setMimeType

public void setMimeType(String toSet)

getInfo

public Description getInfo()

setInfo

public void setInfo(Description toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.