org.scrashmeow.ojb.content
Class PhotoComment

java.lang.Object
  |
  +--org.scrashmeow.ojb.content.Comment
        |
        +--org.scrashmeow.ojb.content.PhotoComment
All Implemented Interfaces:
java.io.Serializable

public class PhotoComment
extends Comment

Author:
Alexander Bibighaus
See Also:
Serialized Form

Field Summary
protected  java.lang.Integer photoUid
          Field albumId
 
Fields inherited from class org.scrashmeow.ojb.content.Comment
comment, email, name, subject, uid
 
Constructor Summary
PhotoComment()
           
 
Method Summary
 java.lang.Integer getPhotoUid()
           
 void setPhotoUid(java.lang.Integer integer)
           
 
Methods inherited from class org.scrashmeow.ojb.content.Comment
getComment, getEmail, getName, getSubject, getUid, setComment, setEmail, setName, setSubject, setUid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

photoUid

protected java.lang.Integer photoUid
Field albumId

Constructor Detail

PhotoComment

public PhotoComment()
Method Detail

getPhotoUid

public java.lang.Integer getPhotoUid()
Returns:

setPhotoUid

public void setPhotoUid(java.lang.Integer integer)
Parameters:
integer -


Copyright © 2003 Alexander Bibighaus et al. All Rights Reserved.