Tabnine Logo
Project$Builder.withEndDate
Code IndexAdd Tabnine to your IDE (free)

How to use
withEndDate
method
in
it.tidalwave.accounting.model.Project$Builder

Best Java code snippets using it.tidalwave.accounting.model.Project$Builder.withEndDate (Showing top 4 results out of 315)

origin: it.tidalwave.accounting/it-tidalwave-accounting-marshalling-xml

 @Nonnull
 public Project.Builder toBuilder (final @Nonnull Accounting accounting)
  {
   try 
    {
     final Customer customer = accounting.getCustomerRegistry().findCustomers().withId(customerXml.getId()).result();
     return new Project.Builder().withId(id)
                   .withCustomer(customer) 
                   .withName(name)
                   .withNumber(number)
                   .withDescription(description)
                   .withNotes(notes)
                   .withStatus(status)
                   .withHourlyRate(hourlyRate)
                   .withBudget(budget)
                   .withStartDate(startDate)
                   .withEndDate(endDate)
                   .withEvents(JobEventXml.toJobEvents(jobEventsXml));
    } 
   catch (NotFoundException e) 
    {
     throw new RuntimeException(e);
    }
  }
}
origin: it.tidalwave.accounting/it-tidalwave-accounting-importer-ibiz

.withEndDate(projectConfig.getDate("projectDueDate"))
.withNotes(projectConfig.getString("projectNotes"))
.withNumber(projectConfig.getString("projectNumber"))
origin: it.tidalwave.accounting/it-tidalwave-accounting-model-impl-inmemory

.withDescription("description of project 1")
.withStartDate(parseDate("2014-01-03"))
.withEndDate(parseDate("2014-02-12"))
.withNotes("Notes for project 1")
.withNumber("1")
origin: it.tidalwave.accounting/it-tidalwave-accounting-model

.withName("Acme Consulting Project 1")
.withStartDate(project1StartDate)
.withEndDate(project1EndDate)
.withNumber("PRJ ACME-1")
.withEvents(je1)
.withName("Acme Consulting Project 2")
.withStartDate(project2StartDate)
.withEndDate(project2EndDate)
.withNumber("PRJ ACME-2")
.withEvents(je2)
.withName("Acme Financing Project 1")
.withStartDate(project3StartDate)
.withEndDate(project3EndDate)
.withNumber("PRJ ACME-3")
.withHourlyRate(rate3)
.withName("Acme Financing Project 2")
.withStartDate(project4StartDate)
.withEndDate(project4EndDate)
.withNumber("PRJ ACME-4")
.withHourlyRate(rate4)
it.tidalwave.accounting.modelProject$BuilderwithEndDate

Popular methods of Project$Builder

  • create
  • withBudget
  • withCustomer
  • withHourlyRate
  • withId
  • withName
  • withNumber
  • withStartDate
  • withDescription
  • withEvents
  • withNotes
  • <init>
  • withNotes,
  • <init>,
  • withStatus,
  • getBudget,
  • getCustomer,
  • getDescription,
  • getEndDate,
  • getHourlyRate,
  • getId

Popular in Java

  • Updating database using SQL prepared statement
  • startActivity (Activity)
  • onCreateOptionsMenu (Activity)
  • compareTo (BigDecimal)
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • BoxLayout (javax.swing)
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now