- person - Variable in class app.models.Membership
-
Pessoa que irá aderir ao grupo.
- Person - Class in app.models
-
Classe que modela uma pessoa.
- Person() - Constructor for class app.models.Person
-
- PersonTest - Class in jedi.tests.unittests
-
- PersonTest() - Constructor for class jedi.tests.unittests.PersonTest
-
- Pessoa - Class in app.models
-
Classe que modela uma pessoa.
- Pessoa() - Constructor for class app.models.Pessoa
-
Construtor padrão.
- Pessoa(int, String, int) - Constructor for class app.models.Pessoa
-
Construtor que recebe o id, o nome, a idade e o tipo de pessoa.
- Pessoa(String, int) - Constructor for class app.models.Pessoa
-
Construtor que recebe o nome e a idade da pessoa.
- Pessoa(int, String, int, Date) - Constructor for class app.models.Pessoa
-
Construtor que recebe o id, o nome, a idade e a data de nascimento da pessoa.
- pessoa - Variable in class app.models.PessoaFisica
-
Pessoa associada a pessoa física.
- PessoaFisica - Class in app.models
-
Classe que modela uma pessoa física.
- PessoaFisica() - Constructor for class app.models.PessoaFisica
-
Construtor padrão.
- PessoaFisicaTest - Class in jedi.tests.unittests
-
- PessoaFisicaTest() - Constructor for class jedi.tests.unittests.PessoaFisicaTest
-
- PessoaJuridica - Class in app.models
-
Classe que modela uma pessoa jurídica.
- PessoaJuridica() - Constructor for class app.models.PessoaJuridica
-
Construtor padrão.
- PessoaJuridicaTestCase - Class in jedi.tests.unittests
-
- PessoaJuridicaTestCase() - Constructor for class jedi.tests.unittests.PessoaJuridicaTestCase
-
- PessoaTest - Class in jedi.tests.unittests
-
- PessoaTest() - Constructor for class jedi.tests.unittests.PessoaTest
-
- Pickle - Class in jedi.util.serialization
-
Serializes and Deserializes objects.
- Pickle() - Constructor for class jedi.util.serialization.Pickle
-
- PositiveIntegerField - Annotation Type in jedi.db.models
-
- PositiveSmallIntegerField - Annotation Type in jedi.db.models
-
- print(Object) - Static method in class jedi.shortcuts.$
-
- print(String, Object...) - Static method in class jedi.shortcuts.$
-
- print(String, int, boolean, Object...) - Static method in class jedi.shortcuts.$
-
- print(Object, int) - Static method in class jedi.shortcuts.$
-
- print(String, Object, int) - Static method in class jedi.shortcuts.$
-
- print(Object, int, boolean) - Static method in class jedi.shortcuts.$
-
- print(String, Object, int, boolean) - Static method in class jedi.shortcuts.$
-
- printf(String, Object...) - Static method in class jedi.shortcuts.$
-
- println(Object) - Static method in class jedi.shortcuts.$
-
- println(Object...) - Static method in class jedi.shortcuts.$
-
- println(Object, int) - Static method in class jedi.shortcuts.$
-
- println(String, Object, int) - Static method in class jedi.shortcuts.$
-
- println(Object, int, boolean) - Static method in class jedi.shortcuts.$
-
- println(String, Object, int, boolean) - Static method in class jedi.shortcuts.$
-
- publicationDate - Variable in class app.models.Book
-
Data de publicação do livro.
- publisher - Variable in class app.models.Book
-
Editora do livro.
- Publisher - Class in app.models
-
Classe que modela uma editora.
- Publisher() - Constructor for class app.models.Publisher
-
Construtor padrão.
- Publisher(String, State) - Constructor for class app.models.Publisher
-
Construtor que recebe o nome e o estado da editora.
- Publisher(String, String, State) - Constructor for class app.models.Publisher
-
Construtor que recebe o nome, o endereço e o estado da editora.
- PublisherTest - Class in jedi.tests.unittests
-
- PublisherTest() - Constructor for class jedi.tests.unittests.PublisherTest
-
- puts(Object) - Static method in class jedi.shortcuts.$
-
- puts(String, int) - Static method in class jedi.shortcuts.$
-
- puts(String, int, boolean) - Static method in class jedi.shortcuts.$
-