Liferay 6.2-ce-ga5

com.liferay.portal.kernel.notifications
Class UserNotificationDeliveryType

java.lang.Object
  extended by com.liferay.portal.kernel.notifications.UserNotificationDeliveryType

public class UserNotificationDeliveryType
extends Object


Constructor Summary
UserNotificationDeliveryType(String name, int type, boolean defaultValue, boolean modifiable)
           
 
Method Summary
 String getName()
           
 int getType()
           
 boolean isDefault()
           
 boolean isModifiable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserNotificationDeliveryType

public UserNotificationDeliveryType(String name,
                                    int type,
                                    boolean defaultValue,
                                    boolean modifiable)
Method Detail

getName

public String getName()

getType

public int getType()

isDefault

public boolean isDefault()

isModifiable

public boolean isModifiable()

Liferay 6.2-ce-ga5