Class Address

java.lang.Object
cvut.fel.entity.AbstractEntity
cvut.fel.entity.Address
All Implemented Interfaces:
java.io.Serializable

@Entity
public class Address
extends AbstractEntity
See Also:
Serialized Form
  • Field Summary

    Fields inherited from class cvut.fel.entity.AbstractEntity

    id, name
  • Constructor Summary

    Constructors 
    Constructor Description
    Address()  
    Address​(java.lang.Integer houseNumber, java.lang.Integer postCode, java.lang.String street, java.lang.String city)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

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

    • Address

      public Address​(java.lang.Integer houseNumber, java.lang.Integer postCode, java.lang.String street, java.lang.String city)
    • Address

      public Address()
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object