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
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
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)