org.rapla.entities.domain
Class RepeatingType

java.lang.Object
  extended by org.rapla.entities.domain.RepeatingType
All Implemented Interfaces:
Serializable

public class RepeatingType
extends Object
implements Serializable

Currently Rapla supports the following types:

  • weekly
  • daily
  • See Also:
    Serialized Form

    Field Summary
    static RepeatingType DAILY
               
    static RepeatingType MONTHLY
               
    static RepeatingType WEEKLY
               
    static RepeatingType YEARLY
               
     
    Method Summary
     boolean equals(Object other)
               
    static RepeatingType findForString(String string)
               
     int hashCode()
               
     boolean is(RepeatingType other)
               
     String toString()
               
     
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
     

    Field Detail

    WEEKLY

    public static RepeatingType WEEKLY

    DAILY

    public static RepeatingType DAILY

    MONTHLY

    public static RepeatingType MONTHLY

    YEARLY

    public static RepeatingType YEARLY
    Method Detail

    is

    public boolean is(RepeatingType other)

    findForString

    public static RepeatingType findForString(String string)

    toString

    public String toString()
    Overrides:
    toString in class Object

    equals

    public boolean equals(Object other)
    Overrides:
    equals in class Object

    hashCode

    public int hashCode()
    Overrides:
    hashCode in class Object


    Copyright © 2000-2006 Rapla Team. All Rights Reseserved.