Class ApiDate

java.lang.Object
br.com.moip.resource.ApiDate

public class ApiDate
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    ApiDate()  
  • Method Summary

    Modifier and Type Method Description
    java.util.Date getDate()  
    java.lang.String getFormatedDate()  
    void setDate​(java.util.Date date)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getDate

      public java.util.Date getDate()
    • setDate

      public void setDate​(java.util.Date date)
    • getFormatedDate

      public java.lang.String getFormatedDate()