NoteTask

Inheritance: java.lang.Object, com.aspose.note.TagExtended, com.aspose.note.CheckBox

public final class NoteTask extends CheckBox

Bir not görevini temsil eder.

Yöntemler

YöntemAçıklama
createCustomFollowUpDate(Date dueDate)NoFollowUpDateFlag simgesi ve belirtilen son tarih ile yeni bir not görevi oluşturur.
createFollowUpNextWeek()* FollowUpNextWeekFlag simgesi ile yeni bir not etiketi oluşturur.
createFollowUpThisWeek()* FollowUpThisWeekFlag simgesi ile yeni bir not etiketi oluşturur.
createFollowUpToday()* FollowUpTodayFlag simgesi ile yeni bir not etiketi oluşturur.
createFollowUpTomorrow()* FollowUpTomorrowFlag simgesi ile yeni bir not etiketi oluşturur.
createNoFollowUpDate()* NoFollowUpDateFlag simgesi ile yeni bir not etiketi oluşturur.
equals(NoteTask other)Belirtilen nesnenin mevcut nesneye eşit olup olmadığını belirler.
equals(Object obj)Belirtilen nesnenin mevcut nesneye eşit olup olmadığını belirler.
getDueDate()Son tarihi alır veya ayarlar.
getIcon()Simgeyi alır veya ayarlar.
getLabel()
hashCode()Tür için bir karma işlevi olarak hizmet verir.
setDueDate(Date value)Son tarihi alır veya ayarlar.
setOpen()Etiketi açık duruma ayarlar.

createCustomFollowUpDate(Date dueDate)

public static NoteTask createCustomFollowUpDate(Date dueDate)

NoFollowUpDateFlag simgesi ve belirtilen son tarih ile yeni bir not görevi oluşturur.

Parameters:

ParametreTürAçıklama
dueDatejava.util.DateSon Tarih.

Returns: NoteTask - The NoteTask.

createFollowUpNextWeek()

public static NoteTask createFollowUpNextWeek()
  • FollowUpNextWeekFlag simgesi ile yeni bir not etiketi oluşturur.

Returns: NoteTask - The NoteTask.

createFollowUpThisWeek()

public static NoteTask createFollowUpThisWeek()
  • FollowUpThisWeekFlag simgesi ile yeni bir not etiketi oluşturur.

Returns: NoteTask - The NoteTask.

createFollowUpToday()

public static NoteTask createFollowUpToday()
  • FollowUpTodayFlag simgesi ile yeni bir not etiketi oluşturur.

Returns: NoteTask - The NoteTask.

createFollowUpTomorrow()

public static NoteTask createFollowUpTomorrow()
  • FollowUpTomorrowFlag simgesi ile yeni bir not etiketi oluşturur.

Returns: NoteTask - The NoteTask.

createNoFollowUpDate()

public static NoteTask createNoFollowUpDate()
  • NoFollowUpDateFlag simgesi ile yeni bir not etiketi oluşturur.

Returns: NoteTask - The NoteTask.

equals(NoteTask other)

public boolean equals(NoteTask other)

Belirtilen nesnenin mevcut nesneye eşit olup olmadığını belirler.

Parameters:

ParametreTürAçıklama
otherNoteTaskNesne.

Returns: boolean - Bu bool.

equals(Object obj)

public boolean equals(Object obj)

Belirtilen nesnenin mevcut nesneye eşit olup olmadığını belirler.

Parameters:

ParametreTürAçıklama
objjava.lang.ObjectNesne.

Returns: boolean - Bu bool.

getDueDate()

public Date getDueDate()

Son tarihi alır veya ayarlar.

Değer: DateTime.

Returns: java.util.Date

getIcon()

public int getIcon()

Simgeyi alır veya ayarlar.

Değer: TagIcon.

Returns: int

getLabel()

public String getLabel()

Returns: java.lang.String

hashCode()

public int hashCode()

Tür için bir karma işlevi olarak hizmet verir.

Returns: int - Bu int.

setDueDate(Date value)

public void setDueDate(Date value)

Son tarihi alır veya ayarlar.

Değer: DateTime.

Parameters:

ParametreTürAçıklama
değerjava.util.Date

setOpen()

public void setOpen()

Etiketi açık duruma ayarlar.