This HTML5 document contains 74 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dbpedia-dehttp://de.dbpedia.org/resource/
dctermshttp://purl.org/dc/terms/
yago-reshttp://yago-knowledge.org/resource/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
n18https://global.dbpedia.org/id/
dbthttp://dbpedia.org/resource/Template:
dbpedia-ukhttp://uk.dbpedia.org/resource/
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
wikipedia-enhttp://en.wikipedia.org/wiki/
provhttp://www.w3.org/ns/prov#
dbphttp://dbpedia.org/property/
dbchttp://dbpedia.org/resource/Category:
xsdhhttp://www.w3.org/2001/XMLSchema#
wikidatahttp://www.wikidata.org/entity/
goldhttp://purl.org/linguistics/gold/
dbrhttp://dbpedia.org/resource/
n20https://docs.microsoft.com/en-us/dotnet/api/
dbpedia-jahttp://ja.dbpedia.org/resource/

Statements

Subject Item
dbr:Value_object
rdf:type
dbo:Planet
rdfs:label
Value object Value Object Value object Value Object
rdfs:comment
Value Object — об'єкт який повністю ідентифікується своїми атрибутами. In computer science, a value object is a small object that represents a simple entity whose equality is not based on identity: i.e. two value objects are equal when they have the same value, not necessarily being the same object. Examples of value objects are objects representing an amount of money or a date range. Being small, one can have multiple copies of the same value object that represent the same entity: it is often simpler to create a new object rather than rely on a single instance and use references to it. Value objects are among the building blocks of DDD. Das Value Object (auch Wertobjekt) ist ein in der Softwareentwicklung eingesetztes Entwurfsmuster. Wertobjekte sind unveränderbare Objekte, die einen speziellen Wert repräsentieren. Soll der Wert geändert werden, so muss ein neues Objekt generiert werden. Das Entwurfsmuster wird dazu genutzt, Objektvergleiche auf deren Attributwerte zu beziehen, anstatt auf Objektidentität. コンピュータサイエンスでは、Value Object(値オブジェクト)は、同等性がアイデンティティに基づいていない単純なエンティティを表す小さなオブジェクトである。つまり、2つの値オブジェクトは、同じ値を持つ場合は等しく、必ずしもそれらが同一のオブジェクトである必要はない。 値オブジェクトの例としては、金額や日付範囲を表すオブジェクトなどが挙げられる。 小さいので、同じエンティティを表す同じ値オブジェクトの複数のコピーを持つことが可能である。単一のインスタンスに依存してそのオブジェクトを共有するよりも、新しいオブジェクトを作成する方が簡単な場合がよくある。 値オブジェクトは不変である事が好ましい:これは、2つの値オブジェクトが等しく作成され、等しいままであるという暗黙の前提に必要となる。クライアントコードが値オブジェクトを無効な状態にしたり、インスタンス化の後にバグのある挙動を導入したりできないようにする点でも有用である。 値オブジェクトは、DDDの構成要素の1つでもある。
dcterms:subject
dbc:Object_(computer_science)
dbo:wikiPageID
7544643
dbo:wikiPageRevisionID
1104238698
dbo:wikiPageWikiLink
dbr:Computer_science dbr:C_Sharp_syntax dbr:Value_semantics dbr:Domain-driven_design dbr:Reference_type dbr:Struct_(C_programming_language) dbr:Class_(computer_programming) dbr:Computer_programming dbr:Assignment_operator_(C++) dbr:Programming_language dbr:Object-oriented dbr:Data_transfer_object dbr:Object_(computer_science) dbr:Entity dbr:Identity_(object-oriented_programming) dbr:C++ dbr:Operator_overload dbc:Object_(computer_science) dbr:Blank_final dbr:Immutable_object dbr:Const-correctness dbr:Software_design_pattern dbr:Business_logic dbr:Operator_overloading dbr:C_Sharp_(programming_language)
dbo:wikiPageExternalLink
n20:system.object.equals%3Fview=netframework-4.7.2 n20:system.object.gethashcode%3Fview=netframework-4.7.2
owl:sameAs
wikidata:Q7912762 freebase:m.0gywvtn dbpedia-ja:Value_object dbpedia-uk:Value_Object yago-res:Value_object n18:4x3aA dbpedia-de:Value_Object
dbp:wikiPageUsesTemplate
dbt:Tt dbt:Reflist dbt:Code dbt:Mono dbt:=
dbo:abstract
コンピュータサイエンスでは、Value Object(値オブジェクト)は、同等性がアイデンティティに基づいていない単純なエンティティを表す小さなオブジェクトである。つまり、2つの値オブジェクトは、同じ値を持つ場合は等しく、必ずしもそれらが同一のオブジェクトである必要はない。 値オブジェクトの例としては、金額や日付範囲を表すオブジェクトなどが挙げられる。 小さいので、同じエンティティを表す同じ値オブジェクトの複数のコピーを持つことが可能である。単一のインスタンスに依存してそのオブジェクトを共有するよりも、新しいオブジェクトを作成する方が簡単な場合がよくある。 値オブジェクトは不変である事が好ましい:これは、2つの値オブジェクトが等しく作成され、等しいままであるという暗黙の前提に必要となる。クライアントコードが値オブジェクトを無効な状態にしたり、インスタンス化の後にバグのある挙動を導入したりできないようにする点でも有用である。 値オブジェクトは、DDDの構成要素の1つでもある。 Value Object — об'єкт який повністю ідентифікується своїми атрибутами. In computer science, a value object is a small object that represents a simple entity whose equality is not based on identity: i.e. two value objects are equal when they have the same value, not necessarily being the same object. Examples of value objects are objects representing an amount of money or a date range. Being small, one can have multiple copies of the same value object that represent the same entity: it is often simpler to create a new object rather than rely on a single instance and use references to it. Value objects should be immutable: this is required for the implicit contract that two value objects created equal, should remain equal. It is also useful for value objects to be immutable, as client code cannot put the value object in an invalid state or introduce buggy behaviour after instantiation. Value objects are among the building blocks of DDD. Das Value Object (auch Wertobjekt) ist ein in der Softwareentwicklung eingesetztes Entwurfsmuster. Wertobjekte sind unveränderbare Objekte, die einen speziellen Wert repräsentieren. Soll der Wert geändert werden, so muss ein neues Objekt generiert werden. Das Entwurfsmuster wird dazu genutzt, Objektvergleiche auf deren Attributwerte zu beziehen, anstatt auf Objektidentität.
gold:hypernym
dbr:Object
prov:wasDerivedFrom
wikipedia-en:Value_object?oldid=1104238698&ns=0
dbo:wikiPageLength
7549
foaf:isPrimaryTopicOf
wikipedia-en:Value_object
Subject Item
dbr:Dependency_injection
dbo:wikiPageWikiLink
dbr:Value_object
Subject Item
dbr:Data_transfer_object
dbo:wikiPageWikiLink
dbr:Value_object
Subject Item
dbr:Flyweight_pattern
dbo:wikiPageWikiLink
dbr:Value_object
Subject Item
dbr:Domain-driven_design
dbo:wikiPageWikiLink
dbr:Value_object
Subject Item
dbr:Vo
dbo:wikiPageWikiLink
dbr:Value_object
dbo:wikiPageDisambiguates
dbr:Value_object
Subject Item
dbr:Valjo
dbo:wikiPageWikiLink
dbr:Value_object
dbo:wikiPageRedirects
dbr:Value_object
Subject Item
dbr:Value_Objects
dbo:wikiPageWikiLink
dbr:Value_object
dbo:wikiPageRedirects
dbr:Value_object
Subject Item
dbr:VALJO
dbo:wikiPageWikiLink
dbr:Value_object
dbo:wikiPageRedirects
dbr:Value_object
Subject Item
dbr:ValJO
dbo:wikiPageWikiLink
dbr:Value_object
dbo:wikiPageRedirects
dbr:Value_object
Subject Item
wikipedia-en:Value_object
foaf:primaryTopic
dbr:Value_object