| |
|
| java.lang.Object net.jforum.entities.AttachmentExtensionGroup
AttachmentExtensionGroup | public class AttachmentExtensionGroup (Code) | | author: Rafael Steil version: $Id: AttachmentExtensionGroup.java,v 1.3 2005/07/26 03:04:48 rafaelsteil Exp $ |
DOWNLOAD_INLINE | final public static int DOWNLOAD_INLINE(Code) | | |
DOWNLOAD_PHYSICAL | final public static int DOWNLOAD_PHYSICAL(Code) | | |
getDownloadMode | public int getDownloadMode()(Code) | | Returns the downloadMode. |
getId | public int getId()(Code) | | Returns the id. |
getUploadIcon | public String getUploadIcon()(Code) | | Returns the uploadIcon. |
isAllow | public boolean isAllow()(Code) | | Returns the allow. |
setAllow | public void setAllow(boolean allow)(Code) | | Parameters: allow - The allow to set. |
setDownloadMode | public void setDownloadMode(int downloadMode)(Code) | | Parameters: downloadMode - The downloadMode to set. |
setId | public void setId(int id)(Code) | | Parameters: id - The id to set. |
setName | public void setName(String name)(Code) | | Parameters: name - The name to set. |
setUploadIcon | public void setUploadIcon(String uploadIcon)(Code) | | Parameters: uploadIcon - The uploadIcon to set. |
|
|
|