com.aspose.network
Class ContentDisposition

java.lang.Object
  extended by com.aspose.network.ContentDisposition

public class ContentDisposition
extends Object


Constructor Summary
ContentDisposition()
           
ContentDisposition(String disposition)
           
 
Method Summary
 boolean equals(Object rparam)
           
 Date getCreationDate()
           
 String getDispositionType()
           
 String getFileName()
           
 boolean getInline()
           
 Date getModificationDate()
           
 HashMap<String,String> getParameters()
           
 Date getReadDate()
           
 long getSize()
           
 int hashCode()
           
 void setCreationDate(Date value)
           
 void setDispositionType(String value)
           
 void setFileName(String value)
           
 void setInline(boolean value)
           
 void setModificationDate(Date value)
           
 void setReadDate(Date value)
           
 void setSize(long value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentDisposition

public ContentDisposition()

ContentDisposition

public ContentDisposition(String disposition)
Method Detail

getDispositionType

public String getDispositionType()

setDispositionType

public void setDispositionType(String value)

getParameters

public HashMap<String,String> getParameters()

getFileName

public String getFileName()

setFileName

public void setFileName(String value)

getCreationDate

public Date getCreationDate()

setCreationDate

public void setCreationDate(Date value)

getModificationDate

public Date getModificationDate()

setModificationDate

public void setModificationDate(Date value)

getInline

public boolean getInline()

setInline

public void setInline(boolean value)

getReadDate

public Date getReadDate()

setReadDate

public void setReadDate(Date value)

getSize

public long getSize()

setSize

public void setSize(long value)

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object rparam)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.