org.apache.james.mailet
Class MailetMatcherDescriptor

java.lang.Object
  extended by org.apache.james.mailet.MailetMatcherDescriptor

public class MailetMatcherDescriptor
extends Object

Simple bean to describe a mailet or a matcher


Nested Class Summary
static class MailetMatcherDescriptor.Type
          Enumerates subjects of description
 
Constructor Summary
MailetMatcherDescriptor()
           
 
Method Summary
 String getClassDocs()
           
 String getFullyQualifiedName()
           
 String getInfo()
           
 String getName()
           
 MailetMatcherDescriptor.Type getType()
           
 void setClassDocs(String classDocs)
           
 void setFullyQualifiedName(String fqName)
           
 void setInfo(String info)
           
 void setName(String name)
           
 void setType(MailetMatcherDescriptor.Type type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MailetMatcherDescriptor

public MailetMatcherDescriptor()
Method Detail

getFullyQualifiedName

public String getFullyQualifiedName()

setFullyQualifiedName

public void setFullyQualifiedName(String fqName)

getName

public String getName()

setName

public void setName(String name)

getInfo

public String getInfo()

setInfo

public void setInfo(String info)

getClassDocs

public String getClassDocs()

setClassDocs

public void setClassDocs(String classDocs)

getType

public MailetMatcherDescriptor.Type getType()

setType

public void setType(MailetMatcherDescriptor.Type type)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.