org.openbp.server.model.modelmgr.hibernate
Class HibernateDbModelJarFile

java.lang.Object
  extended by org.openbp.server.persistence.PersistentObjectBase
      extended by org.openbp.server.model.modelmgr.DbModelJarFile
          extended by org.openbp.server.model.modelmgr.hibernate.HibernateDbModelJarFile
All Implemented Interfaces:
PersistentObject

public class HibernateDbModelJarFile
extends DbModelJarFile

Descriptor object that is used to persist a Item object from/to the database.

Author:
Heiko Erhardt

Constructor Summary
HibernateDbModelJarFile()
          Default constructor.
 
Method Summary
 byte[] getByteCode()
          Gets the byte code of the jar file.
 void setByteCode(byte[] byteCode)
          Sets the byte code of the jar file.
 
Methods inherited from class org.openbp.server.model.modelmgr.DbModelJarFile
getJarFileName, getModelName, setJarFileName, setModelName
 
Methods inherited from class org.openbp.server.persistence.PersistentObjectBase
compareTo, equals, flagAsLoaded, flagAsUnloaded, getId, getVersion, hasBeenLoaded, hashCode, onCreate, setId, setVersion, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HibernateDbModelJarFile

public HibernateDbModelJarFile()
Default constructor.

Method Detail

getByteCode

public byte[] getByteCode()
Gets the byte code of the jar file.

Specified by:
getByteCode in class DbModelJarFile

setByteCode

public void setByteCode(byte[] byteCode)
Sets the byte code of the jar file.

Specified by:
setByteCode in class DbModelJarFile


Copyright © 2011. All Rights Reserved.