org.scohen.juploadr.app
Interface UploadImage

All Known Implementing Classes:
ImageAttributes, RescaledImageAttributes

public interface UploadImage

Author:
steve TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
static int STATE_DATA_ENTERED
           
static int STATE_NEW
           
static int STATE_REMOVED
           
static int STATE_UPLOADED
           
static int STATE_UPLOADING
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getImagePath()
           
 java.lang.String getKey()
           
 java.lang.String getPhotoId()
           
 int getRank()
           
 int getRotation()
           
 int getState()
           
 java.util.List getTags()
           
 java.lang.String getTitle()
           
 boolean hasDescription()
           
 boolean hasTags()
           
 boolean hasTitle()
           
 boolean isFamilyViewable()
           
 boolean isFriendViewable()
           
 boolean isPubliclyVisible()
           
 boolean isRescaled()
           
 void setFamilyViewable(boolean familyViewable)
           
 void setFriendViewable(boolean friendViewable)
           
 void setImagePath(java.lang.String imagePath)
           
 void setPubliclyVisible(boolean publiclyVisible)
           
 void setRotation(int rotation)
           
 void setState(int state)
           
 void setTags(java.util.List tags)
           
 void setTitle(java.lang.String title)
           
 

Field Detail

STATE_UPLOADED

public static final int STATE_UPLOADED
See Also:
Constant Field Values

STATE_DATA_ENTERED

public static final int STATE_DATA_ENTERED
See Also:
Constant Field Values

STATE_REMOVED

public static final int STATE_REMOVED
See Also:
Constant Field Values

STATE_UPLOADING

public static final int STATE_UPLOADING
See Also:
Constant Field Values

STATE_NEW

public static final int STATE_NEW
See Also:
Constant Field Values
Method Detail

getDescription

public java.lang.String getDescription()
Returns:
Returns the description.

hasDescription

public boolean hasDescription()

getTags

public java.util.List getTags()
Returns:
Returns the tags.

hasTags

public boolean hasTags()

setTags

public void setTags(java.util.List tags)
Parameters:
tags - The tags to set.

getTitle

public java.lang.String getTitle()
Returns:
Returns the title.

hasTitle

public boolean hasTitle()

setTitle

public void setTitle(java.lang.String title)
Parameters:
title - The title to set.

getKey

public java.lang.String getKey()

getImagePath

public java.lang.String getImagePath()
Returns:
Returns the imagePath.

setImagePath

public void setImagePath(java.lang.String imagePath)
Parameters:
imagePath - The imagePath to set.

getState

public int getState()
Returns:
Returns the state.

setState

public void setState(int state)
Parameters:
state - The state to set.

isFamilyViewable

public boolean isFamilyViewable()
Returns:
Returns the familyViewable.

setFamilyViewable

public void setFamilyViewable(boolean familyViewable)
Parameters:
familyViewable - The familyViewable to set.

isFriendViewable

public boolean isFriendViewable()
Returns:
Returns the friendViewable.

setFriendViewable

public void setFriendViewable(boolean friendViewable)
Parameters:
friendViewable - The friendViewable to set.

isPubliclyVisible

public boolean isPubliclyVisible()
Returns:
Returns the publiclyVisible.

setPubliclyVisible

public void setPubliclyVisible(boolean publiclyVisible)
Parameters:
publiclyVisible - The publiclyVisible to set.

isRescaled

public boolean isRescaled()

getRank

public int getRank()

getPhotoId

public java.lang.String getPhotoId()

getRotation

public int getRotation()

setRotation

public void setRotation(int rotation)