com.silverpeas.tools.checkAttachments.model
Class OrphanAttachment

java.lang.Object
  extended by com.silverpeas.tools.checkAttachments.model.OrphanAttachment

public class OrphanAttachment
extends Object


Constructor Summary
OrphanAttachment()
           
 
Method Summary
 String getComponentLabel()
           
 String getContext()
           
 String getPath()
           
 String getPhysicalName()
           
 long getSize()
           
 String getSpaceLabel()
           
 void setComponentLabel(String componentLabel)
           
 void setContext(String context)
           
 void setPath(String path)
           
 void setPhysicalName(String physicalName)
           
 void setSize(long size)
           
 void setSpaceLabel(String spaceLabel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrphanAttachment

public OrphanAttachment()
Method Detail

getPhysicalName

public String getPhysicalName()

setPhysicalName

public void setPhysicalName(String physicalName)

getSize

public long getSize()

setSize

public void setSize(long size)

getSpaceLabel

public String getSpaceLabel()

setSpaceLabel

public void setSpaceLabel(String spaceLabel)

getComponentLabel

public String getComponentLabel()

setComponentLabel

public void setComponentLabel(String componentLabel)

getContext

public String getContext()

setContext

public void setContext(String context)

getPath

public String getPath()

setPath

public void setPath(String path)


Copyright © 2016 Silverpeas. All Rights Reserved.