photospace.web.spring
Class EditCommand

java.lang.Object
  extended byphotospace.web.spring.EditCommand
All Implemented Interfaces:
java.io.Serializable

public class EditCommand
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
EditCommand(Meta meta)
           
 
Method Summary
 Meta getMeta()
           
 java.util.List getMetas()
           
 java.lang.String[] getPaths()
           
 java.util.Set getRemovedKeywords()
           
 java.lang.String getRotate()
           
 java.util.Set getSharedKeywords()
           
 boolean isMultiEdit()
           
 void setMeta(Meta meta)
           
 void setMetas(java.util.List metas)
           
 void setPaths(java.lang.String[] paths)
           
 void setRotate(java.lang.String rotate)
           
 void setSharedKeywords(java.util.Set sharedKeywords)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditCommand

public EditCommand(Meta meta)
Method Detail

isMultiEdit

public boolean isMultiEdit()

getMeta

public Meta getMeta()

getPaths

public java.lang.String[] getPaths()

setPaths

public void setPaths(java.lang.String[] paths)

setMeta

public void setMeta(Meta meta)

getMetas

public java.util.List getMetas()

setMetas

public void setMetas(java.util.List metas)

getRotate

public java.lang.String getRotate()

setRotate

public void setRotate(java.lang.String rotate)

getSharedKeywords

public java.util.Set getSharedKeywords()

setSharedKeywords

public void setSharedKeywords(java.util.Set sharedKeywords)

getRemovedKeywords

public java.util.Set getRemovedKeywords()