public long getId()

in juneau-petstore-api/src/main/java/org/apache/juneau/petstore/dto/Pet.java [101:103]


	public long getId() {
		return id;
	}