com.hyper9.simdk.stubs.dao
Class ImageLibraryManagerMediaInfo

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

public class ImageLibraryManagerMediaInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ImageLibraryManagerMediaInfo()
           
 
Method Summary
 List<KeyValue> getCustom()
           
 String getDescription()
           
 List<String> getKeyword()
           
 List<String> getLabel()
           
 String getName()
           
 String getType()
           
 String getVersion()
           
 void setCustom(List<KeyValue> toSet)
           
 void setDescription(String toSet)
           
 void setKeyword(List<String> toSet)
           
 void setLabel(List<String> toSet)
           
 void setName(String toSet)
           
 void setType(String toSet)
           
 void setVersion(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

ImageLibraryManagerMediaInfo

public ImageLibraryManagerMediaInfo()
Method Detail

getName

public String getName()

setName

public void setName(String toSet)

getType

public String getType()

setType

public void setType(String toSet)

getDescription

public String getDescription()

setDescription

public void setDescription(String toSet)

getKeyword

public List<String> getKeyword()

setKeyword

public void setKeyword(List<String> toSet)

getVersion

public String getVersion()

setVersion

public void setVersion(String toSet)

getLabel

public List<String> getLabel()

setLabel

public void setLabel(List<String> toSet)

getCustom

public List<KeyValue> getCustom()

setCustom

public void setCustom(List<KeyValue> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.