org.hibernate.test.interceptor
Class Image.Details

java.lang.Object
  extended by org.hibernate.test.interceptor.Image.Details
Enclosing class:
Image

public static class Image.Details
extends Object


Constructor Summary
Image.Details()
           
 
Method Summary
 String getComment()
           
protected  long getPerm1()
           
 void setComment(String comment)
           
protected  void setPerm1(long value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Image.Details

public Image.Details()
Method Detail

getPerm1

protected long getPerm1()

setPerm1

protected void setPerm1(long value)

getComment

public String getComment()

setComment

public void setComment(String comment)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.