com.silverpeas.mailinglist.service.model.beans
Class Attachment

java.lang.Object
  extended by com.silverpeas.mailinglist.service.model.beans.IdentifiableObject
      extended by com.silverpeas.mailinglist.service.model.beans.Attachment
All Implemented Interfaces:
Serializable

@Entity
public class Attachment
extends IdentifiableObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.silverpeas.mailinglist.service.model.beans.IdentifiableObject
id, version
 
Constructor Summary
Attachment()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getContentType()
           
 String getFileName()
           
 String getMd5Signature()
           
 String getPath()
           
 long getSize()
           
 int hashCode()
           
 void setContentType(String contentType)
           
 void setFileName(String fileName)
           
 void setMd5Signature(String md5Signature)
           
 void setPath(String path)
           
 void setSize(long size)
           
 
Methods inherited from class com.silverpeas.mailinglist.service.model.beans.IdentifiableObject
getId, getVersion, setId, setUpId, setVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attachment

public Attachment()
Method Detail

getMd5Signature

public String getMd5Signature()

setMd5Signature

public void setMd5Signature(String md5Signature)

getSize

public long getSize()

setSize

public void setSize(long size)

getPath

public String getPath()

setPath

public void setPath(String path)

getFileName

public String getFileName()

setFileName

public void setFileName(String fileName)

getContentType

public String getContentType()

setContentType

public void setContentType(String contentType)

hashCode

public int hashCode()
Overrides:
hashCode in class IdentifiableObject

equals

public boolean equals(Object obj)
Overrides:
equals in class IdentifiableObject


Copyright © 2016 Silverpeas. All Rights Reserved.