com.liferay.portal.kernel.notifications
Class UserNotificationDeliveryType

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

public class UserNotificationDeliveryType
extends java.lang.Object

Author:
Jonathan Lee

Constructor Summary
UserNotificationDeliveryType(java.lang.String name, int type, boolean defaultValue, boolean modifiable)
           
 
Method Summary
 java.lang.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(java.lang.String name,
                                    int type,
                                    boolean defaultValue,
                                    boolean modifiable)
Method Detail

getName

public java.lang.String getName()

getType

public int getType()

isDefault

public boolean isDefault()

isModifiable

public boolean isModifiable()